disable glow on attachment button on OS X

This commit is contained in:
Simon Kornblith 2009-09-14 04:28:37 +00:00
parent 11c1277ea7
commit f26f3a654d

View file

@ -81,6 +81,10 @@
opacity: .7;
}
#zotero-tb-attachment-add > .toolbarbutton-icon > stack > .zotero-tb-glow {
display: none;
}
#zotero-tb-sync > .toolbarbutton-icon {
-moz-binding: none !important;
}