From f26f3a654dd08017a584db0c7c8309c1b9b9246b Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Mon, 14 Sep 2009 04:28:37 +0000 Subject: [PATCH] disable glow on attachment button on OS X --- chrome/content/zotero-platform/mac/overlay.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/chrome/content/zotero-platform/mac/overlay.css b/chrome/content/zotero-platform/mac/overlay.css index 4cc876556..6ae867d01 100644 --- a/chrome/content/zotero-platform/mac/overlay.css +++ b/chrome/content/zotero-platform/mac/overlay.css @@ -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; }