diff options
Diffstat (limited to 'bitbake/lib/toaster/toastergui/static/css/default.css')
| -rw-r--r-- | bitbake/lib/toaster/toastergui/static/css/default.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bitbake/lib/toaster/toastergui/static/css/default.css b/bitbake/lib/toaster/toastergui/static/css/default.css index f97e6c4b76..277888bc0c 100644 --- a/bitbake/lib/toaster/toastergui/static/css/default.css +++ b/bitbake/lib/toaster/toastergui/static/css/default.css | |||
| @@ -237,4 +237,10 @@ div.add-deps { margin-top: 15px; } | |||
| 237 | .animate-repeat.ng-enter.ng-enter-active { | 237 | .animate-repeat.ng-enter.ng-enter-active { |
| 238 | opacity:1; | 238 | opacity:1; |
| 239 | } | 239 | } |
| 240 | |||
| 241 | @keyframes machines-fade { 0% { background-color: #D9EDF7; } 25% { background-color: #D9EDF7; } 100% { background-color: white; } } | ||
| 242 | @-webkit-keyframes machines-fade { 0% { background-color: #D9EDF7; } 25% { background-color: #D9EDF7; } 100% { background-color: white; } } | ||
| 243 | |||
| 244 | .machines-highlight { -webkit-animation: machines-fade 7s 1; -moz-animation: machines-fade 7s 1; animation: machines-fade 7s 1; } | ||
| 245 | |||
| 240 | .tab-pane table { margin-top: 10px; } | 246 | .tab-pane table { margin-top: 10px; } |
