diff options
author | jocuri%softhome.net <> | 2004-09-24 04:05:19 +0200 |
---|---|---|
committer | jocuri%softhome.net <> | 2004-09-24 04:05:19 +0200 |
commit | 32213409cdeb1aa665802491f4a2a1483ff5b8a5 (patch) | |
tree | 991f1d3bd54fb8532fff1987d76afa9694e32cf0 /skins/standard | |
parent | 081484eb4442c873e9294e58ef358c18e75fe985 (diff) | |
download | bugzilla-32213409cdeb1aa665802491f4a2a1483ff5b8a5.tar.gz bugzilla-32213409cdeb1aa665802491f4a2a1483ff5b8a5.tar.xz |
Patch for bug 255512: For bz_secure, distinguish between mandatory and non-mandatory groups and create distinct CSS classes to enable customizations by the admin; patch by Marc Schumann <wurblzap@gmail.com>; r=kiko, r=joel, a=justdave.
Diffstat (limited to 'skins/standard')
-rw-r--r-- | skins/standard/buglist.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/skins/standard/buglist.css b/skins/standard/buglist.css index 6051b95d9..f8b814abe 100644 --- a/skins/standard/buglist.css +++ b/skins/standard/buglist.css @@ -50,3 +50,8 @@ tr.bz_secure td.first-child { background-color: inherit; } +tr.bz_secure_mode_implied td.first-child { +} + +tr.bz_secure_mode_manual td.first-child { +} |