From 5eeae576b4753d4791aee1b561d5243e335886a6 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Sat, 26 Dec 2020 18:30:45 -0500 Subject: [PATCH] Fix item pane tab appearance in PDF tab on Big Sur --- chrome/content/zotero-platform/mac-big-sur/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chrome/content/zotero-platform/mac-big-sur/style.css b/chrome/content/zotero-platform/mac-big-sur/style.css index 5dd52c6e8d..aa43943a08 100644 --- a/chrome/content/zotero-platform/mac-big-sur/style.css +++ b/chrome/content/zotero-platform/mac-big-sur/style.css @@ -1,10 +1,10 @@ /* Use standard tab appearance for item pane tabs */ -#zotero-pane .zotero-view-tabbox > tabs > tab { +.zotero-view-tabbox > tabs > tab { -moz-appearance: tab; } /* Active tab label color in item pane and elsewhere */ -#zotero-pane tabs.zotero-editpane-tabs > tab[visuallyselected="true"][selected="true"] hbox > .tab-text, +tabs.zotero-editpane-tabs > tab[visuallyselected="true"][selected="true"] hbox > .tab-text, #zotero-prefs tab[visuallyselected="true"]:not(:-moz-window-inactive), tabs > tab[visuallyselected="true"] hbox > .tab-text { color: black !important;