summaryrefslogtreecommitdiffstats
path: root/skins/custom/show_bug.css
diff options
context:
space:
mode:
Diffstat (limited to 'skins/custom/show_bug.css')
-rw-r--r--skins/custom/show_bug.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/skins/custom/show_bug.css b/skins/custom/show_bug.css
index b96c997f1..2d3e4995f 100644
--- a/skins/custom/show_bug.css
+++ b/skins/custom/show_bug.css
@@ -58,3 +58,14 @@
float: right;
}
+/* style all field labels the same */
+
+.field_label, .field_label a {
+ color: #000;
+ font-weight: bold;
+}
+
+.field_label a {
+ cursor: help;
+}
+