commit c5721315098477b483b8c033418484f60ee1ae8e
parent 3856885e6da9c4845ed5ae572313c5da56474230
Author: Dan Stillman <dstillman@zotero.org>
Date: Mon, 25 Apr 2011 15:29:09 +0000
Additional (untested) CSS files for Windows/Linux for quick search bar menu
Diffstat:
2 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/chrome/content/zotero-platform/unix/overlay.css b/chrome/content/zotero-platform/unix/overlay.css
@@ -0,0 +1,5 @@
+#zotero-tb-search-menu-button {
+ -moz-appearance: toolbarbutton-dropdown !important;
+ width: 12px;
+ height: 12px;
+}
+\ No newline at end of file
diff --git a/chrome/content/zotero-platform/win/overlay.css b/chrome/content/zotero-platform/win/overlay.css
@@ -2,6 +2,11 @@
margin-left: 5px;
}
+#zotero-tb-search-menu-button {
+ list-style-image: url(mainwindow-dropdown-arrow.png);
+ -moz-image-region: rect(0, 13px, 11px, 0);
+}
+
#zotero-tb-sync-warning {
margin-right: 2px;
}