diff options
Diffstat (limited to 'skins')
-rw-r--r-- | skins/custom/show_bug.css | 11 |
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; +} + |