summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/static
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/toastergui/static')
-rw-r--r--bitbake/lib/toaster/toastergui/static/css/default.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/static/css/default.css b/bitbake/lib/toaster/toastergui/static/css/default.css
index 461583977f..80ae072677 100644
--- a/bitbake/lib/toaster/toastergui/static/css/default.css
+++ b/bitbake/lib/toaster/toastergui/static/css/default.css
@@ -64,7 +64,7 @@ td a:hover { color: #000000; text-decoration: underline; }
64.table-hover tbody tr.error:hover > td { background-color: #F5F5F5;} /* override default Bootstrap behaviour */ 64.table-hover tbody tr.error:hover > td { background-color: #F5F5F5;} /* override default Bootstrap behaviour */
65 65
66/* Set error, warning, success and muted styles */ 66/* Set error, warning, success and muted styles */
67.error, .red, tr.error a { color: #b94a48; } 67.error, .red, td.error a, tr.error a { color: #b94a48; }
68a.error:hover, a.error:focus, tr.error a:hover { color: #943A38; text-decoration: underline; } 68a.error:hover, a.error:focus, tr.error a:hover { color: #943A38; text-decoration: underline; }
69.warning, .yellow { color: #c09853;} 69.warning, .yellow { color: #c09853;}
70a.warning { background-color: transparent; } 70a.warning { background-color: transparent; }