]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
toaster: Apply error style to cell links
authorBelen Barros Pena <belen.barros.pena@intel.com>
Fri, 31 Jan 2014 07:02:32 +0000 (07:02 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 17 Feb 2014 15:38:26 +0000 (15:38 +0000)
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.

Signed-off-by: Belen Barros Pena <belen.barros.pena@intel.com>
lib/toaster/toastergui/static/css/default.css

index 461583977f212c7b20c48c07fd3f3c5cb1ff5077..80ae072677f12eb93198af81db7a9e1ffb463835 100644 (file)
@@ -64,7 +64,7 @@ td a:hover { color: #000000; text-decoration: underline; }
 .table-hover tbody tr.error:hover > td { background-color: #F5F5F5;} /* override default Bootstrap behaviour */
 
 /* Set error, warning, success and muted styles */
-.error, .red, tr.error a { color: #b94a48; }
+.error, .red, td.error a, tr.error a { color: #b94a48; }
 a.error:hover, a.error:focus, tr.error a:hover { color: #943A38; text-decoration: underline; }
 .warning, .yellow { color: #c09853;}
 a.warning { background-color: transparent; }