commit 42e2f229c0939ddf05727278681895e61db67431
parent 19447e7b90914d80d1fe10e03f6a20974d674c7c
Author: Adomas VenĨkauskas <adomas.ven@gmail.com>
Date: Fri, 22 Sep 2017 13:10:27 +0300
Apply linux tab fixes to all tabs (e.g. tabs in zotero plugins)
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/chrome/content/zotero-platform/unix/overlay.css b/chrome/content/zotero-platform/unix/overlay.css
@@ -198,12 +198,12 @@ toolbar:not([id="nav-bar"]) #zotero-toolbar-buttons separator {
}
/* Fixes tabs missing styling on (GTK 3.20) Ubuntu 16.10. See https://bugzilla.mozilla.org/show_bug.cgi?id=1306425 */
-#zotero-pane tabpanels, #zotero-prefs tabpanels {
+tabpanels {
-moz-appearance: none;
border: 1px solid hsla(0, 0%, 0%, 0.2);
}
-#zotero-pane tab, #zotero-prefs tab {
+tab {
-moz-appearance: none;
border-top: 1px solid hsla(0, 0%, 0%, 0.2);
border-right: 1px solid hsla(0, 0%, 0%, 0.2);