From 1756b8d242eb49793154c4061f6881dda4dcbaa4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adomas=20Ven=C4=8Dkauskas?= Date: Tue, 3 Jan 2017 18:25:14 +0200 Subject: [PATCH] Make itemPane white on linux --- chrome/content/zotero-platform/unix/itemPane.css | 9 +++++++++ chrome/content/zotero-platform/unix/overlay.css | 5 +++++ 2 files changed, 14 insertions(+) diff --git a/chrome/content/zotero-platform/unix/itemPane.css b/chrome/content/zotero-platform/unix/itemPane.css index 8ee3b4a293..999e699e3d 100644 --- 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 index 834266953b..f3a1fd0e9f 100644 --- 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; +} +