2023-04-01 05:37:55 +00:00
|
|
|
quick-search-textbox {
|
|
|
|
font-size: var(--zotero-font-size);
|
2022-07-07 03:42:23 +00:00
|
|
|
margin-right: 0;
|
|
|
|
width: 172px;
|
2022-08-01 19:36:06 +00:00
|
|
|
height: 25px;
|
2022-07-07 03:42:23 +00:00
|
|
|
}
|
|
|
|
|
2023-04-01 05:37:55 +00:00
|
|
|
*[zoteroFontSize=small] quick-search-textbox {
|
|
|
|
font-size: 11px;
|
|
|
|
}
|
|
|
|
|
2022-07-07 03:42:23 +00:00
|
|
|
#zotero-tb-search-menu-button {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
-moz-appearance: none;
|
|
|
|
min-width: 0;
|
|
|
|
cursor: default;
|
|
|
|
list-style-image: url("chrome://zotero/skin/searchbar-dropmarker.png");
|
|
|
|
}
|
|
|
|
|
|
|
|
#zotero-tb-search-menu-button .button-icon {
|
|
|
|
width: 7px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#zotero-tb-search-menu-button .button-menu-dropmarker {
|
|
|
|
display: none; /* Hide automatic dropmarker */
|
|
|
|
}
|
|
|
|
|
|
|
|
/* BEGIN 2X BLOCK -- DO NOT EDIT MANUALLY -- USE 2XIZE */
|
|
|
|
@media (min-resolution: 1.25dppx) {
|
|
|
|
#zotero-tb-search-menu-button { list-style-image: url("chrome://zotero/skin/searchbar-dropmarker@2x.png"); }
|
|
|
|
}
|