Bug 1441866 - Make app menu disabled icons more opaque. r=dao

MozReview-Commit-ID: KxbodSteWdd

--HG--
extra : rebase_source : 30cf0740994e7469f2240f26a3752bd4ba1c3b53
This commit is contained in:
Tim Nguyen 2018-02-28 16:42:42 +00:00
parent 74fc47729c
commit 0312d1d45e

View File

@ -1179,6 +1179,11 @@ toolbarpaletteitem[place="menu-panel"] > .toolbaritem-combined-buttons > toolbar
max-width: calc(@menuPanelButtonWidth@ - 1px);
}
.toolbaritem-combined-buttons@inAnyPanel@ > toolbarbutton[disabled] {
/* Override toolbarbutton.css which sets the color to GrayText */
color: inherit;
}
#main-window:not([customizing]) .toolbaritem-combined-buttons@inAnyPanel@ > toolbarbutton[disabled] > .toolbarbutton-icon {
opacity: .25;
}