Reduce toolbar button opacity when inactive or disabled
This commit is contained in:
parent
5ed3cba50b
commit
24742691b8
1 changed files with 8 additions and 0 deletions
|
@ -27,6 +27,14 @@
|
|||
background: url("chrome://zotero/skin/mac/menubutton-end.png") right center no-repeat;
|
||||
}
|
||||
|
||||
:root:not([active]) #zotero-pane:not([ignoreActiveAttribute]) .zotero-tb-button, .zotero-tb-button[disabled="true"]{
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
.zotero-tb-button:-moz-window-inactive {
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
.zotero-tb-button[open="true"],
|
||||
.zotero-tb-button:hover:active {
|
||||
background: url("chrome://zotero/skin/mac/menubutton-end-pressed.png") right center no-repeat;
|
||||
|
|
Loading…
Reference in a new issue