From ec4862650f2da6ef3b0cdcb1ca135a64879c6b31 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Sun, 22 Dec 2013 15:51:18 +0100 Subject: Bug 322402: Inline styling using bgcolor=x or color=x should be replaced by CSS styles r/a=justdave --- skins/standard/admin.css | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) (limited to 'skins/standard/admin.css') diff --git a/skins/standard/admin.css b/skins/standard/admin.css index c2b822bbe..7058bd1af 100644 --- a/skins/standard/admin.css +++ b/skins/standard/admin.css @@ -6,6 +6,10 @@ * defined by the Mozilla Public License, v. 2.0. */ +.column_header { + background-color: #66f; +} + .warningmessages, .criticalmessages { background-color: white; border-style: solid; @@ -39,7 +43,7 @@ p.areyoureallyreallysure { font-weight: bold; } -tr.param_disabled { +tr.disabled { background-color: lightgrey; } @@ -124,3 +128,15 @@ th.title { #edit_custom_field th.narrow_label { white-space: normal; } + +#flag_types_bugs tr th, #flag_types_attachments tr th { + text-align: left; +} + +#flag_types_bugs .inactive, #flag_types_attachments .inactive { + color: #787878; +} + +#flag_types_bugs .multiplicable, #flag_types_attachments .multiplicable { + display: block; +} -- cgit v1.2.3-24-g4f1b