Closed
Bug 1208731
Opened 10 years ago
Closed 10 years ago
[Dev Theme] bookmarks toolbar has visually darker borders in normal window mode (aka add "background-clip: padding-box;" to #PersonalToolbar)
Categories
(Firefox :: Theme, defect)
Firefox
Theme
Tracking
()
RESOLVED
WORKSFORME
| Tracking | Status | |
|---|---|---|
| firefox44 | --- | affected |
People
(Reporter: arni2033, Unassigned)
References
Details
(Whiteboard: [fixed by bug 1184651])
Attachments
(1 file)
STR: (Win7_64, Nightly 44, 32bit, ID 20150924030231, new profile, safe mode)
1. Open menu (?) -> click "Customize"
2. Set "Developer Edition" theme, enable bookmarks toolbar, exit customize
3. Make sure you have dark DevTheme: Open devtools (F12), open devtools options (Ctrl+Shift+O), choose "dark theme", close devtools (F12)
4. Resize window to normal mode
Result: bookmarks toolbar has visually darker borders than navigation toolbar
Expectations: it should have the same visual border color as navigation toolbar
NOTE:
I figured out that toolbars actually use the same border color, but #PersonalToolbar doesn't have "background-clip: padding-box;" rule while #nav-bar has it. That rule fixes the issue.
This is fixed by 1184651. Also, I see exactly suggested "background-clip: padding-box;" in changelog.
In my understanding, these 2 bugs should be connected in bugzilla somehow.
> Fix range: https://hg.mozilla.org/integration/fx-team/pushloghtml?fromchange=4d726b108b2d288a8e25dbda86912116a8da7dfb&tochange=fcf23377f9c3015a884ad531cbab5598d09073a3
Status: NEW → RESOLVED
Closed: 10 years ago
Depends on: 1184651
Resolution: --- → WORKSFORME
Whiteboard: [fixed by bug 1184651]
You need to log in
before you can comment on or make changes to this bug.
Description
•