www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 689b758dd3c699a39955629a042c6514e8f24fb6
parent 54a13955e4e7b083d9d1bc6bb1be317c31bb98d5
Author: Dan Stillman <dstillman@zotero.org>
Date:   Tue,  7 Jun 2011 05:47:58 +0000

Fixes #1824, Fix appearance of search menu on Windows


Diffstat:
Mchrome/content/zotero-platform/win/overlay.css | 19++++++++++++++++++-
1 file changed, 18 insertions(+), 1 deletion(-)

diff --git a/chrome/content/zotero-platform/win/overlay.css b/chrome/content/zotero-platform/win/overlay.css @@ -2,11 +2,28 @@ margin-left: 5px; } +#zotero-tb-search .textbox-search-icon { + visibility: hidden; +} + #zotero-tb-search-menu-button { - list-style-image: url(mainwindow-dropdown-arrow.png); + margin: 0 -1px 0 -4px; + padding: 0; + border: 0; + background: transparent; + list-style-image: url("chrome://browser/skin/mainwindow-dropdown-arrow.png"); -moz-image-region: rect(0, 13px, 11px, 0); } +#zotero-tb-search-menu-button .button-menu-dropmarker { + display: none; +} + +#zotero-tb-search-menu-button:hover:active, +#zotero-tb-search-menu-button[open="true"] { + -moz-image-region: rect(0, 26px, 11px, 13px); +} + #zotero-tb-sync-warning { margin-right: 2px; }