forked from mirrors/gecko-dev
tweak toolbarbutton disabled state (no bug)
--HG-- extra : rebase_source : 5b339c26c28f5c75c3c189952574d48f97f79454
This commit is contained in:
parent
00affe7877
commit
3668e4c44f
1 changed files with 1 additions and 1 deletions
|
|
@ -258,7 +258,7 @@ toolbar[iconsize="small"][mode="icons"] toolbarbutton[type="menu-button"] {
|
|||
|
||||
.toolbarbutton-menubutton-button[disabled="true"] > .toolbarbutton-icon,
|
||||
.toolbarbutton-1[disabled="true"] > .toolbarbutton-icon {
|
||||
opacity: .6;
|
||||
opacity: .5;
|
||||
}
|
||||
|
||||
.toolbarbutton-menubutton-button:not([disabled="true"]):not(:active):hover,
|
||||
|
|
|
|||
Loading…
Reference in a new issue