summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/static/css/default.css
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/toastergui/static/css/default.css')
-rw-r--r--bitbake/lib/toaster/toastergui/static/css/default.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/static/css/default.css b/bitbake/lib/toaster/toastergui/static/css/default.css
index e33f177e95..2c283feccf 100644
--- a/bitbake/lib/toaster/toastergui/static/css/default.css
+++ b/bitbake/lib/toaster/toastergui/static/css/default.css
@@ -62,6 +62,9 @@ td a:hover { color: #000000; text-decoration: underline; }
62.table tbody tr.error > td { background-color: #FFFFFF; } /* override default Bootstrap behaviour */ 62.table tbody tr.error > td { background-color: #FFFFFF; } /* override default Bootstrap behaviour */
63.table-hover tbody tr.error:hover > td { background-color: #F5F5F5;} /* override default Bootstrap behaviour */ 63.table-hover tbody tr.error:hover > td { background-color: #F5F5F5;} /* override default Bootstrap behaviour */
64 64
65/* Right justify Bootstrap table columns for size fields */
66.table .sizecol { text-align: right; }
67
65/* Set error, warning, success and muted styles */ 68/* Set error, warning, success and muted styles */
66.error, .red, td.error a, tr.error a { color: #b94a48; } 69.error, .red, td.error a, tr.error a { color: #b94a48; }
67a.error:hover, a.error:focus, tr.error a:hover { color: #943A38; text-decoration: underline; } 70a.error:hover, a.error:focus, tr.error a:hover { color: #943A38; text-decoration: underline; }
@@ -127,4 +130,3 @@ select { width: auto; }
127 130
128 131
129 132
130