Closed
Bug 1437385
Opened 7 years ago
Closed 7 years ago
Themed arrow panels need to have some colors set for the zoom-button and the addon-update bar
Categories
(Firefox :: Theme, enhancement)
Firefox
Theme
Tracking
()
RESOLVED
DUPLICATE
of bug 1417880
People
(Reporter: jaws, Assigned: masinico, Mentored)
References
Details
Attachments
(1 file)
No description provided.
| Comment hidden (mozreview-request) |
Comment 2•7 years ago
|
||
| mozreview-review | ||
Comment on attachment 8950081 [details]
Bug 1437385: Themed arrow panels need to have some colors set for the zoom-button and the addon-update bar.
https://reviewboard.mozilla.org/r/219350/#review225062
::: browser/themes/shared/customizableui/panelUI.inc.css:992
(Diff revision 1)
> .PanelUI-subView .toolbaritem-combined-buttons > .subviewbutton:not(.subviewbutton-iconic) {
> background-color: #f9f9f9;
> border: 1px solid #e1e1e1;
> border-radius: 10000px;
> padding: 1px 8px;
> }
As I said in the other bug, this can be combined with the #appMenu-zoomReset-button rule, since both rules target the same thing.
Also, the border-color needs to change to var(--panel-separator-color)
Attachment #8950081 -
Flags: review-
| Assignee | ||
Comment 3•7 years ago
|
||
I was going to make that change in the other bug. Should I do it here instead?
| Reporter | ||
Comment 4•7 years ago
|
||
Bug 1417880 got backed out for eslint failures so we can move these changes there now before it gets relanded.
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
| Reporter | ||
Comment 5•7 years ago
|
||
| mozreview-review | ||
Comment on attachment 8950081 [details]
Bug 1437385: Themed arrow panels need to have some colors set for the zoom-button and the addon-update bar.
https://reviewboard.mozilla.org/r/219350/#review225066
Attachment #8950081 -
Flags: review?(jaws)
You need to log in
before you can comment on or make changes to this bug.
Description
•