summaryrefslogtreecommitdiffstats
path: root/skins
diff options
context:
space:
mode:
authorjocuri%softhome.net <>2004-08-28 17:44:53 +0200
committerjocuri%softhome.net <>2004-08-28 17:44:53 +0200
commit1dff25eca7b5c489e0807cb8fd595c773bbfd4f5 (patch)
tree99c530987f9067e49b17399ead5bf4c55ec261a1 /skins
parente304adf98ba86c921c1e3df2ee623c2a302ae2b3 (diff)
downloadbugzilla-1dff25eca7b5c489e0807cb8fd595c773bbfd4f5.tar.gz
bugzilla-1dff25eca7b5c489e0807cb8fd595c773bbfd4f5.tar.xz
Patch for bug 235061: move CSS stylings in global.css if they are used across multiple pages; patch by Marc Schumann <marcschum@web.de>; r=kiko, a=myk.
Diffstat (limited to 'skins')
-rw-r--r--skins/standard/global.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/skins/standard/global.css b/skins/standard/global.css
index 5c08cbe04..47a1558d6 100644
--- a/skins/standard/global.css
+++ b/skins/standard/global.css
@@ -167,4 +167,9 @@
.bz_obsolete { text-decoration: line-through; }
.bz_inactive { text-decoration: line-through; }
.bz_closed { text-decoration: line-through; }
+.bz_private { color: darkred ; background : #f3eeee ; }
+.bz_disabled { color: #a0a0a0 ; }
+.bz_comment { background-color: #e0e0e0; }
+
+table#flags th, table#flags td { vertical-align: baseline; text-align: left; }