summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bitbake/lib/toaster/toastergui/static/css/default.css5
1 files changed, 0 insertions, 5 deletions
diff --git a/bitbake/lib/toaster/toastergui/static/css/default.css b/bitbake/lib/toaster/toastergui/static/css/default.css
index 62ba78cd31..638c6dda82 100644
--- a/bitbake/lib/toaster/toastergui/static/css/default.css
+++ b/bitbake/lib/toaster/toastergui/static/css/default.css
@@ -249,11 +249,6 @@ div.add-deps { margin-top: 15px; }
249 opacity:1; 249 opacity:1;
250} 250}
251 251
252@keyframes machines-fade { 0% { background-color: #D9EDF7; } 25% { background-color: #D9EDF7; } 100% { background-color: white; } }
253@-webkit-keyframes machines-fade { 0% { background-color: #D9EDF7; } 25% { background-color: #D9EDF7; } 100% { background-color: white; } }
254
255.machines-highlight { -webkit-animation: machines-fade 7s 1; -moz-animation: machines-fade 7s 1; animation: machines-fade 7s 1; }
256
257.tab-pane table { margin-top: 10px; } 252.tab-pane table { margin-top: 10px; }
258 253
259thead .description, .get_description_or_summary { width: 364px; } 254thead .description, .get_description_or_summary { width: 364px; }