Browse Source

toastergui: css Remove redundant css rules

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

Signed-off-by: Michael Wood <michael.g.wood@intel.com>
Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Michael Wood 8 years ago
parent
commit
aef36f2674
1 changed files with 0 additions and 5 deletions
  1. 0 5
      lib/toaster/toastergui/static/css/default.css

+ 0 - 5
lib/toaster/toastergui/static/css/default.css

@@ -249,11 +249,6 @@ div.add-deps { margin-top: 15px; }
   opacity:1;
 }
 
-@keyframes machines-fade { 0% { background-color: #D9EDF7; } 25% { background-color: #D9EDF7; } 100% { background-color: white; } }
-@-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; }