Closed Bug 932511 Opened 11 years ago Closed 11 years ago

Adjust the security group background colouring on bugs to look better with the Mozilla skin

Categories

(bugzilla.mozilla.org Graveyard :: Sandstone/Mozilla Skin, defect)

Production
x86
macOS
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: bram, Assigned: glob)

Details

Attachments

(2 files)

I can’t point to any confidential bugs here, obviously, but the purple background color of the confidential bugs only covers part of the content, creating blocky, uneven appearance.
Attached image current background
Attached image proposed background
we have multiple different css colours depending on the bug's security group, defined in https://bugzilla.mozilla.org/skins/custom/bug_groups.css

here's what it looks like if we tint the background noise's gradient.
Assignee: nobody → glob
What about using “background” to override all body settings found on global.css?

body[class*=bz_group_] {
    background: ("noise.png") #e0e0ff;
}

Everything else in the current bug_groups.css can remain the same.
body[class*=bz_group_] {
    background: url("noise.png") linear-gradient(#d7d7ff, #f0f0ff 400px);
}

body[class*=core-security], /* unify the oranges */
body.bz_group_infrasec {
    background-color: linear-gradient(#ffe0b0, #fff4e3 400px);
}

body.bz_group_client-services-security, 
body.bz_group_mozilla-services-security {
    background-color: linear-gradient(#ffffa3, #ffffe3 400px);
}

body.bz_group_webtools-security, 
body.bz_group_websites-security, 
body.bz_group_bugzilla-security {
    background-color: linear-gradient(#ffcccc, #fff0f0 400px);
}
Committing to: bzr+ssh://bjones%40mozilla.com@bzr.mozilla.org/bmo/4.2/
modified skins/contrib/Mozilla/global.css
modified skins/custom/bug_groups.css
Committed revision 9116.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Summary: Confidential bugs don't have the same background color as public ones → Adjust the security group background colouring on bugs to look better with the Mozilla skin
Product: bugzilla.mozilla.org → bugzilla.mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: