summaryrefslogtreecommitdiffstats
path: root/skins/standard/admin.css
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2013-12-22 15:51:18 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2013-12-22 15:51:18 +0100
commitec4862650f2da6ef3b0cdcb1ca135a64879c6b31 (patch)
tree7038f46b8fac1881e434f207d10883149999a8b9 /skins/standard/admin.css
parent61858962b06866a330960bd161591b000e26ae63 (diff)
downloadbugzilla-ec4862650f2da6ef3b0cdcb1ca135a64879c6b31.tar.gz
bugzilla-ec4862650f2da6ef3b0cdcb1ca135a64879c6b31.tar.xz
Bug 322402: Inline styling using bgcolor=x or color=x should be replaced by CSS styles
r/a=justdave
Diffstat (limited to 'skins/standard/admin.css')
-rw-r--r--skins/standard/admin.css18
1 files changed, 17 insertions, 1 deletions
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;
+}