diff options
author | lpsolit%gmail.com <> | 2005-10-13 18:18:13 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2005-10-13 18:18:13 +0200 |
commit | 727410cca17ff168ba4337de42782d496b9679fc (patch) | |
tree | f28757a6f661cda129939f9c0404a271a64657f7 /skins | |
parent | 9ec4372ef175bd703e1f95ee20ff8489b733796e (diff) | |
download | bugzilla-727410cca17ff168ba4337de42782d496b9679fc.tar.gz bugzilla-727410cca17ff168ba4337de42782d496b9679fc.tar.xz |
Bug 312195: Add an index to all parameters to editparams - Patch by Frédéric Buclin <LpSolit@gmail.com> r=joel a=justdave
Diffstat (limited to 'skins')
-rw-r--r-- | skins/standard/params.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/skins/standard/params.css b/skins/standard/params.css index 4f46353bd..0390c50e3 100644 --- a/skins/standard/params.css +++ b/skins/standard/params.css @@ -35,6 +35,11 @@ td.selected_section { background-color: white; } +td.index { + color: black; + background-color: #edf; +} + dt { font-weight: bold; } |