2018-03-19 13:46:50 -07:00
|
|
|
@media (min-resolution: 1.25dppx) {
|
2021-03-23 18:04:38 +02:00
|
|
|
#zotero-pane-stack .toolbarbutton-icon {
|
2016-04-10 16:05:33 -04:00
|
|
|
width: 16px;
|
|
|
|
}
|
|
|
|
|
2015-04-06 16:40:52 -04:00
|
|
|
#zotero-tb-sync > .toolbarbutton-icon {
|
|
|
|
width: 20px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-10-20 18:15:27 -04:00
|
|
|
/* Dropmarker added automatically on Linux */
|
|
|
|
.toolbarbutton-menu-dropmarker, #zotero-tb-search-menu-button {
|
|
|
|
list-style-image: none;
|
|
|
|
}
|
|
|
|
|
2011-06-14 03:24:21 +00:00
|
|
|
.zotero-tb-button:not([type=menu]) {
|
|
|
|
margin-right: 4px;
|
|
|
|
}
|
|
|
|
|
2011-04-25 15:29:09 +00:00
|
|
|
#zotero-tb-search-menu-button {
|
|
|
|
-moz-appearance: toolbarbutton-dropdown !important;
|
|
|
|
width: 12px;
|
|
|
|
height: 12px;
|
2011-06-14 03:24:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#zotero-tb-search-menu-button .button-menu-dropmarker {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#zotero-tb-search .textbox-search-icon {
|
|
|
|
visibility: hidden;
|
2017-01-03 17:51:08 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Fixes tabs missing styling on (GTK 3.20) Ubuntu 16.10. See https://bugzilla.mozilla.org/show_bug.cgi?id=1306425 */
|
2017-09-22 13:10:27 +03:00
|
|
|
tabpanels {
|
2017-01-03 17:51:08 +02:00
|
|
|
-moz-appearance: none;
|
2017-01-03 19:13:38 +02:00
|
|
|
border: 1px solid hsla(0, 0%, 0%, 0.2);
|
2017-01-03 17:51:08 +02:00
|
|
|
|
|
|
|
}
|
2017-09-22 13:10:27 +03:00
|
|
|
tab {
|
2017-01-03 17:51:08 +02:00
|
|
|
-moz-appearance: none;
|
2017-01-03 19:13:38 +02:00
|
|
|
border-top: 1px solid hsla(0, 0%, 0%, 0.2);
|
|
|
|
border-right: 1px solid hsla(0, 0%, 0%, 0.2);
|
|
|
|
border-left: 1px solid hsla(0, 0%, 0%, 0.2);
|
2017-01-03 17:51:08 +02:00
|
|
|
}
|
|
|
|
/* Fixes misc Ubuntu 16.10 rendering issue fixes. */
|
|
|
|
#zotero-prefs menulist dropmarker{
|
|
|
|
width: 30px;
|
|
|
|
}
|
|
|
|
#zotero-prefs .numberbox-input-box{
|
|
|
|
-moz-appearance: textfield;
|
|
|
|
}
|
2018-03-02 19:50:11 -05:00
|
|
|
|
|
|
|
#zotero-pane splitter {
|
|
|
|
border: 0;
|
2017-01-03 18:25:14 +02:00
|
|
|
width: 6px;
|
2018-03-02 19:50:11 -05:00
|
|
|
background-color: transparent;
|
|
|
|
background-image: none;
|
2017-01-03 18:25:14 +02:00
|
|
|
}
|
2020-11-10 10:59:34 +02:00
|
|
|
|
|
|
|
#zotero-context-splitter-stacked {
|
|
|
|
-moz-appearance: none;
|
|
|
|
background-color: #ececec;
|
|
|
|
border-top: 1px solid hsla(0, 0%, 0%, 0.2);
|
|
|
|
}
|