www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 1756b8d242eb49793154c4061f6881dda4dcbaa4
parent ac959dd6b566a80da39b5b6925fc172006dd9a30
Author: Adomas VenĨkauskas <adomas.ven@gmail.com>
Date:   Tue,  3 Jan 2017 18:25:14 +0200

Make itemPane white on linux

Diffstat:
Mchrome/content/zotero-platform/unix/itemPane.css | 9+++++++++
Mchrome/content/zotero-platform/unix/overlay.css | 5+++++
2 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/chrome/content/zotero-platform/unix/itemPane.css b/chrome/content/zotero-platform/unix/itemPane.css @@ -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 */ diff --git a/chrome/content/zotero-platform/unix/overlay.css b/chrome/content/zotero-platform/unix/overlay.css @@ -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; +} +