aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorMichael Wood <michael.g.wood@intel.com>2015-07-31 15:09:13 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-08-01 11:24:45 +0100
commitaef36f2674d3d82b1757c02ffbf8b72fd4f32a4e (patch)
treeb4e3a658897d4cb453a8048610366592420103ab /lib
parent6489e6eb5c3b0d59063b6d60521fc33fe563e707 (diff)
downloadbitbake-aef36f2674d3d82b1757c02ffbf8b72fd4f32a4e.tar.gz
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>
Diffstat (limited to 'lib')
-rw-r--r--lib/toaster/toastergui/static/css/default.css5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/toaster/toastergui/static/css/default.css b/lib/toaster/toastergui/static/css/default.css
index 62ba78cd3..638c6dda8 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;
}
-@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; }