2016-02-20 22:30:14 +00:00
|
|
|
/*
|
|
|
|
Override selected, unfocused tree row highlight color, which is too similar to the alternating
|
|
|
|
row color by default
|
|
|
|
*/
|
|
|
|
#zotero-collections-tree treechildren::-moz-tree-row(selected),
|
|
|
|
#zotero-items-tree treechildren::-moz-tree-row(selected) {
|
|
|
|
background-color: #D4D4D4;
|
|
|
|
}
|
|
|
|
|
|
|
|
#zotero-collections-tree treechildren::-moz-tree-row(selected, focus),
|
|
|
|
#zotero-items-tree treechildren::-moz-tree-row(selected, focus) {
|
|
|
|
background-color: Highlight;
|
|
|
|
}
|
|
|
|
|
2017-11-17 11:17:18 +00:00
|
|
|
#zotero-collections-tree treechildren::-moz-tree-row {
|
|
|
|
height: 1.3em;
|
|
|
|
}
|
|
|
|
|
2016-02-20 22:30:14 +00:00
|
|
|
|
2018-03-19 20:46:50 +00:00
|
|
|
@media (min-resolution: 1.25dppx) {
|
2016-04-10 20:05:33 +00:00
|
|
|
#zotero-pane .toolbarbutton-icon {
|
|
|
|
width: 16px;
|
|
|
|
}
|
|
|
|
|
2015-04-06 20:40:52 +00:00
|
|
|
#zotero-tb-sync > .toolbarbutton-icon {
|
|
|
|
width: 20px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-10-20 22:15:27 +00: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 15:51:08 +00: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 10:10:27 +00:00
|
|
|
tabpanels {
|
2017-01-03 15:51:08 +00:00
|
|
|
-moz-appearance: none;
|
2017-01-03 17:13:38 +00:00
|
|
|
border: 1px solid hsla(0, 0%, 0%, 0.2);
|
2017-01-03 15:51:08 +00:00
|
|
|
|
|
|
|
}
|
2017-09-22 10:10:27 +00:00
|
|
|
tab {
|
2017-01-03 15:51:08 +00:00
|
|
|
-moz-appearance: none;
|
2017-01-03 17:13:38 +00: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 15:51:08 +00: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-03 00:50:11 +00:00
|
|
|
|
|
|
|
#zotero-pane splitter {
|
|
|
|
border: 0;
|
2017-01-03 16:25:14 +00:00
|
|
|
width: 6px;
|
2018-03-03 00:50:11 +00:00
|
|
|
background-color: transparent;
|
|
|
|
background-image: none;
|
2017-01-03 16:25:14 +00:00
|
|
|
}
|