From e828ea6fa673d9895eb2779f9e639fe8344a7408 Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Mon, 14 Sep 2009 19:20:29 +0000 Subject: [PATCH] fix uneven field mode toggle highlight --- chrome/content/zotero-platform/mac/itembox.css | 9 --------- chrome/skin/default/zotero/bindings/itembox.css | 14 +++----------- 2 files changed, 3 insertions(+), 20 deletions(-) diff --git a/chrome/content/zotero-platform/mac/itembox.css b/chrome/content/zotero-platform/mac/itembox.css index bc951cba8..ca726d93e 100644 --- a/chrome/content/zotero-platform/mac/itembox.css +++ b/chrome/content/zotero-platform/mac/itembox.css @@ -3,15 +3,6 @@ row > label:first-child, .creator-type-label color: #7f7f7f; } -.zotero-field-toggle -{ - color: transparent; - margin: 0px 5px 0px 0px !important; - width: 26px !important; - max-width: 26px !important; - min-width: 26px !important; -} - .zotero-field-toggle .toolbarbutton-text { visibility: hidden; diff --git a/chrome/skin/default/zotero/bindings/itembox.css b/chrome/skin/default/zotero/bindings/itembox.css index 919505ae7..5ca31c24c 100644 --- a/chrome/skin/default/zotero/bindings/itembox.css +++ b/chrome/skin/default/zotero/bindings/itembox.css @@ -155,18 +155,10 @@ hbox.zotero-date-field-status label .zotero-field-toggle { - color: transparent; - margin: 0px 5px 0px 0px !important; - width: 26px !important; - max-width: 26px !important; - min-width: 26px !important; -} - -.zotero-field-toggle -{ - width: 27px; + width: 27px !important; + max-width: 27px !important; + min-width: 27px !important; height: 14px; - padding: 0 !important; margin: 0 5px 0 0 !important; background-repeat: no-repeat !important; background-position: center !important;