diff options
author | Belen Barros Pena <belen.barros.pena@intel.com> | 2014-01-31 07:02:32 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-02-17 15:38:53 +0000 |
commit | 155302acb2a17328687890ee7ae2398c295b533c (patch) | |
tree | 50ee42c0e8cf0dd3afbb6015dff5851ec8ee1c5c /bitbake/lib | |
parent | 2e3fee7291fd22918612d964485e8d282cbfe2f9 (diff) | |
download | poky-155302acb2a17328687890ee7ae2398c295b533c.tar.gz |
bitbake: toaster: Apply error style to cell links
This patch changes default.css so that any anchor
tag inside a table cell with the error class applied
inherits the class styles. This ensures that the
failed tasks listed in the builds table look red
like the failed tasks in the tasks table.
(Bitbake rev: e5cbb190317dba2eddd933678474569563ec840b)
Signed-off-by: Belen Barros Pena <belen.barros.pena@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib')
-rw-r--r-- | bitbake/lib/toaster/toastergui/static/css/default.css | 2 |
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; } |
68 | a.error:hover, a.error:focus, tr.error a:hover { color: #943A38; text-decoration: underline; } | 68 | a.error:hover, a.error:focus, tr.error a:hover { color: #943A38; text-decoration: underline; } |
69 | .warning, .yellow { color: #c09853;} | 69 | .warning, .yellow { color: #c09853;} |
70 | a.warning { background-color: transparent; } | 70 | a.warning { background-color: transparent; } |