aboutsummaryrefslogtreecommitdiffstats
path: root/lib/toaster/toastergui/static/css/default.css
diff options
context:
space:
mode:
authorMichael Wood <michael.g.wood@intel.com>2015-02-24 17:20:54 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-02-24 23:35:39 +0000
commitfa5343cf867586c0e42517dd2ed0ec5a4c28c408 (patch)
tree7df499b064ea285c85a5560334b2cd24753920d6 /lib/toaster/toastergui/static/css/default.css
parent5de46fabe9ab1e525048353c2ecd8846ffefc760 (diff)
downloadbitbake-contrib-fa5343cf867586c0e42517dd2ed0ec5a4c28c408.tar.gz
toaster: Add machine selection notification
This adds a notification to the project page to notify users of the change in project configuration. Signed-off-by: Michael Wood <michael.g.wood@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'lib/toaster/toastergui/static/css/default.css')
-rw-r--r--lib/toaster/toastergui/static/css/default.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/toaster/toastergui/static/css/default.css b/lib/toaster/toastergui/static/css/default.css
index f97e6c4b7..277888bc0 100644
--- a/lib/toaster/toastergui/static/css/default.css
+++ b/lib/toaster/toastergui/static/css/default.css
@@ -237,4 +237,10 @@ div.add-deps { margin-top: 15px; }
.animate-repeat.ng-enter.ng-enter-active {
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; }