Make itemPane white on linux

This commit is contained in:
Adomas Venčkauskas 2017-01-03 18:25:14 +02:00 committed by Dan Stillman
parent ac959dd6b5
commit 1756b8d242
2 changed files with 14 additions and 0 deletions

View file

@ -11,6 +11,15 @@
visibility: visible;
}
#zotero-item-pane-content {
margin-right: 6px;
}
/* Make the item pane appear white (same colour as treeview), making the UI more consistent */
#zotero-item-pane-content tab, #zotero-item-pane-content tabpanels {
background-color: -moz-Field; /* Same as background colour for treeview */
}
/* Possibly irrelevant if mozilla fixes https://bugzilla.mozilla.org/show_bug.cgi?id=1306425 */
#zotero-view-tabbox tabs tab[visuallyselected=true] {
margin-top: 0px !important; /* Importanter than ./itemPane.css:20 */

View file

@ -219,3 +219,8 @@ toolbar:not([id="nav-bar"]) #zotero-toolbar-buttons separator {
#zotero-prefs .numberbox-input-box{
-moz-appearance: textfield;
}
/* Grippy icon missing anyway */
#zotero-pane splitter{
width: 6px;
}