Closed
Bug 874081
Opened 12 years ago
Closed 12 years ago
Add a class to declare which skin is currently used
Categories
(bugzilla.mozilla.org :: General, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: rik, Assigned: glob)
Details
Some BugzillaJS styles can clash with the Mozilla theme, reported as https://github.com/gkoberger/BugzillaJS/issues/74.
It would be nice to have a class describing the current theme on the <html> or <body> element.
Updated•12 years ago
|
Component: General → Sandstone/Mozilla Skin
Assignee: nobody → glob
Component: Sandstone/Mozilla Skin → General
added class to the body.
eg. "skin-Dusk-Segoe"
i also rolled the mozilla skin specific template changes directly into the default templates instead of duplicating them inside the bmo extension (dkl and i have discussed this a few times). this will help us keep in sync with upstream changes.
Committing to: bzr+ssh://bjones%40mozilla.com@bzr.mozilla.org/bmo/4.2/
deleted extensions/BMO/template/en/default/global/common-links.html.tmpl
deleted extensions/BMO/template/en/default/global/header.html.tmpl
modified template/en/default/global/common-links.html.tmpl
modified template/en/default/global/header.html.tmpl
Committed revision 8812.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•