diff options
author | David Lawrence <dlawrence@mozilla.com> | 2013-07-25 08:41:32 +0200 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2013-07-25 08:41:32 +0200 |
commit | b84db39863cd55166bff584265d255a0f882e64a (patch) | |
tree | 3420f010a903c858feb715acea0ab9a7ed23e3b8 /skins/custom | |
parent | 40fc1852a1d64e2889f0b532efa38573f41fc0e2 (diff) | |
download | bugzilla-b84db39863cd55166bff584265d255a0f882e64a.tar.gz bugzilla-b84db39863cd55166bff584265d255a0f882e64a.tar.xz |
Bug 750742: Create new BMO extension called TrackingFlags to move current tracking flags away from custom fields
Diffstat (limited to 'skins/custom')
-rw-r--r-- | skins/custom/create_bug.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/skins/custom/create_bug.css b/skins/custom/create_bug.css index b1164aa75..b3088048d 100644 --- a/skins/custom/create_bug.css +++ b/skins/custom/create_bug.css @@ -1,7 +1,7 @@ -#bug_project_flags .field_label, -#bug_tracking_flags .field_label { +.tracking_flags .field_label a { font-weight: normal !important; + color: #000; } #guided { |