diff options
author | Byron Jones <bjones@mozilla.com> | 2013-05-07 07:58:00 +0200 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2013-05-07 07:58:00 +0200 |
commit | 2202b4da89a7426ecf208a877ac9032bc44cd7ec (patch) | |
tree | 472906394052fb9d86d56933076c0275041a461b /extensions/BMO/web/styles | |
parent | cf7d6aea1af628711f2c870cdc8607390c18089a (diff) | |
download | bugzilla-2202b4da89a7426ecf208a877ac9032bc44cd7ec.tar.gz bugzilla-2202b4da89a7426ecf208a877ac9032bc44cd7ec.tar.xz |
Bug 869025: create a report to sanity check product's default security group
Diffstat (limited to 'extensions/BMO/web/styles')
-rw-r--r-- | extensions/BMO/web/styles/reports.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/extensions/BMO/web/styles/reports.css b/extensions/BMO/web/styles/reports.css index 7ad0df241..ccc931eec 100644 --- a/extensions/BMO/web/styles/reports.css +++ b/extensions/BMO/web/styles/reports.css @@ -64,3 +64,8 @@ .hoverrow tr:hover { background-color: #ccccff; } + +.problem { + color: #aa2222; +} + |