[bitbake-devel] [PATCH 12/22] bitbake: toastergui: css Remove redundant css rules

Ed Bartosh ed.bartosh at linux.intel.com
Fri Jul 31 12:09:13 UTC 2015


From: Michael Wood <michael.g.wood at intel.com>

The machine change notification animation is no longer required in
favour of the global overlay notification.

Signed-off-by: Michael Wood <michael.g.wood at intel.com>
Signed-off-by: Ed Bartosh <ed.bartosh at linux.intel.com>
---
 lib/toaster/toastergui/static/css/default.css | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/lib/toaster/toastergui/static/css/default.css b/lib/toaster/toastergui/static/css/default.css
index 62ba78c..638c6dd 100644
--- a/lib/toaster/toastergui/static/css/default.css
+++ b/lib/toaster/toastergui/static/css/default.css
@@ -249,11 +249,6 @@ div.add-deps { margin-top: 15px; }
   opacity:1;
 }
 
- at keyframes machines-fade { 0% { background-color: #D9EDF7; } 25% { background-color: #D9EDF7; } 100% { background-color: white; } }
- at -webkit-keyframes machines-fade { 0% { background-color: #D9EDF7; } 25% { background-color: #D9EDF7; } 100% { background-color: white; } }
-
-.machines-highlight { -webkit-animation: machines-fade 7s 1; -moz-animation: machines-fade 7s 1; animation: machines-fade 7s 1; }
-
 .tab-pane table { margin-top: 10px; }
 
 thead .description, .get_description_or_summary { width: 364px; }
-- 
2.1.4




More information about the bitbake-devel mailing list