Skip to content

Commit

Permalink
Make itemPane white on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
adomasven authored and dstillman committed Jan 3, 2017
1 parent ac959dd commit 1756b8d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
9 changes: 9 additions & 0 deletions chrome/content/zotero-platform/unix/itemPane.css
Expand Up @@ -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 */
Expand Down
5 changes: 5 additions & 0 deletions chrome/content/zotero-platform/unix/overlay.css
Expand Up @@ -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;
}

0 comments on commit 1756b8d

Please sign in to comment.