Closed
Bug 1093374
Opened 10 years ago
Closed 10 years ago
Devedition Theme: New tab and all tab buttons have the default toolbar background color on OSX when tabs aren't in titlebar and with overflowing tabs
Categories
(Firefox :: Theme, defect)
Tracking
()
VERIFIED
FIXED
Firefox 36
People
(Reporter: bgrins, Assigned: bgrins)
References
Details
Attachments
(2 files, 2 obsolete files)
31.33 KB,
image/png
|
Details | |
1.18 KB,
patch
|
bgrins
:
review+
|
Details | Diff | Splinter Review |
See screenshot
Assignee | ||
Comment 1•10 years ago
|
||
It's because of the moz-appearance set here: http://dxr.mozilla.org/mozilla-central/source/browser/themes/osx/browser.css#3082
Assignee | ||
Comment 2•10 years ago
|
||
Another case where I'm not sure if it would be best to just use !important or to just copy the selector list from browser.css. I went ahead and copied the list but let me know if you think there's a better way to do this.
Assignee: nobody → bgrinstead
Status: NEW → ASSIGNED
Attachment #8516403 -
Flags: review?(gijskruitbosch+bugs)
Comment 3•10 years ago
|
||
Comment on attachment 8516403 [details] [diff] [review]
tabstoolbar-overflowing-tabs.patch
You can use !important here. The selector should be as simple as '#TabsToolbar', as I understand it. Or am I missing some case where -moz-appearance:none isn't wanted?
Attachment #8516403 -
Flags: review?(gijskruitbosch+bugs) → review-
Assignee | ||
Comment 4•10 years ago
|
||
(In reply to Dão Gottwald [:dao] from comment #3)
> Comment on attachment 8516403 [details] [diff] [review]
> tabstoolbar-overflowing-tabs.patch
>
> You can use !important here. The selector should be as simple as
> '#TabsToolbar', as I understand it. Or am I missing some case where
> -moz-appearance:none isn't wanted?
Good point - I can't really think of a time we don't want -moz-appearance none here so I'll update the patch to use !important.
Assignee | ||
Comment 5•10 years ago
|
||
This fixes the issue for me
Attachment #8516403 -
Attachment is obsolete: true
Attachment #8516772 -
Flags: review?(gijskruitbosch+bugs)
Comment 6•10 years ago
|
||
Comment on attachment 8516772 [details] [diff] [review]
tabstoolbar-overflowing-tabs.patch
stealing again
Attachment #8516772 -
Flags: review?(gijskruitbosch+bugs) → review+
Assignee | ||
Comment 7•10 years ago
|
||
Thanks! Updated commit message and pushed to fx-team: https://hg.mozilla.org/integration/fx-team/rev/de9c2a2f67eb
Attachment #8516783 -
Flags: review+
Assignee | ||
Updated•10 years ago
|
Attachment #8516772 -
Attachment is obsolete: true
Assignee | ||
Updated•10 years ago
|
Whiteboard: [fixed-in-fx-team]
Assignee | ||
Updated•10 years ago
|
Blocks: fx-dev-edition
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox36:
--- → fixed
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 36
Comment 9•10 years ago
|
||
This looks fixed in latest gum build (https://hg.mozilla.org/projects/gum/rev/f426e446b9aa) using Mac OS X 10.9.5.
Status: RESOLVED → VERIFIED
Comment 10•10 years ago
|
||
status-firefox35:
--- → fixed
Assignee | ||
Updated•10 years ago
|
Group: mozilla-employee-confidential
You need to log in
before you can comment on or make changes to this bug.
Description
•