Fix item pane tab appearance in PDF tab on Big Sur
This commit is contained in:
parent
9254bcbd03
commit
5eeae576b4
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
||||||
/* Use standard tab appearance for item pane tabs */
|
/* Use standard tab appearance for item pane tabs */
|
||||||
#zotero-pane .zotero-view-tabbox > tabs > tab {
|
.zotero-view-tabbox > tabs > tab {
|
||||||
-moz-appearance: tab;
|
-moz-appearance: tab;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Active tab label color in item pane and elsewhere */
|
/* 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),
|
#zotero-prefs tab[visuallyselected="true"]:not(:-moz-window-inactive),
|
||||||
tabs > tab[visuallyselected="true"] hbox > .tab-text {
|
tabs > tab[visuallyselected="true"] hbox > .tab-text {
|
||||||
color: black !important;
|
color: black !important;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue