summaryrefslogtreecommitdiffstats
path: root/skins
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2005-10-13 18:18:13 +0200
committerlpsolit%gmail.com <>2005-10-13 18:18:13 +0200
commit727410cca17ff168ba4337de42782d496b9679fc (patch)
treef28757a6f661cda129939f9c0404a271a64657f7 /skins
parent9ec4372ef175bd703e1f95ee20ff8489b733796e (diff)
downloadbugzilla-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.css5
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;
}