summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/static/css
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:26:12 +0100
commit691d547178e3e6c70c850e09323846cdb6d8e46a (patch)
tree797263b22ca56638e196ef7e7b900bed9c8e0527 /bitbake/lib/toaster/toastergui/static/css
parent80c1586bbb7f661f37754de5ba637c8d6e2185de (diff)
downloadpoky-691d547178e3e6c70c850e09323846cdb6d8e46a.tar.gz
bitbake: toastergui: css Remove redundant css rules
The machine change notification animation is no longer required in favour of the global overlay notification. (Bitbake rev: aef36f2674d3d82b1757c02ffbf8b72fd4f32a4e) 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 'bitbake/lib/toaster/toastergui/static/css')
-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; }