Closed
Bug 574137
Opened 15 years ago
Closed 15 years ago
HUD Console styling should be packaged in the theme
Categories
(DevTools :: General, defect)
DevTools
General
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 4.0b1
People
(Reporter: Gavin, Assigned: Gavin)
References
Details
Attachments
(1 file)
|
11.15 KB,
patch
|
dao
:
review+
|
Details | Diff | Splinter Review |
Right now it's all in headsUpDisplay.css.
The functional parts that are there (stuff like -moz-user-select, maybe .hud-hidden) should probably just be moved to browser.css. The rest of the appearance-related parts should be moved into theme-specific files (browser/themes/*).
| Assignee | ||
Updated•15 years ago
|
Summary: HUD Console styling should be packaged in the them → HUD Console styling should be packaged in the theme
Comment 1•15 years ago
|
||
Why not take this opportunity to move the non-firefox specific bits to toolkit?
Comment 2•15 years ago
|
||
(In reply to comment #1)
> Why not take this opportunity to move the non-firefox specific bits to toolkit?
the css bits? they are in toolkit now, and are not themeable. what do you mean?
| Assignee | ||
Comment 4•15 years ago
|
||
This also fixes bug 574023 (we end up losing the default-state toolbarbutton-1 styling on Windows, but I think that's OK) and bug 574235.
Comment 5•15 years ago
|
||
Comment on attachment 453928 [details] [diff] [review]
patch
>--- a/toolkit/components/console/content/headsUpDisplay.css
>+++ b/toolkit/themes/pinstripe/global/headsUpDisplay.css
>+.hud-filter-btn .toolbarbutton-text {
> margin: 1px 2px !important;
> }
.hud-filter-btn > .toolbarbutton-text
>--- a/toolkit/components/console/content/headsUpDisplay.css
>+++ b/toolkit/themes/winstripe/global/headsUpDisplay.css
>+.hud-filter-btn .toolbarbutton-text {
> margin: 1px 2px !important;
> }
I don't think this should be needed for winstripe...
Attachment #453928 -
Flags: review?(dao) → review+
| Assignee | ||
Comment 6•15 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Flags: in-testsuite-
Resolution: --- → FIXED
Target Milestone: --- → Firefox 3.7a6
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•