2020-07-27 19:49:45 +00:00
|
|
|
/* Use standard tab appearance for item pane tabs */
|
2020-11-03 16:29:51 +00:00
|
|
|
#zotero-pane .zotero-view-tabbox > tabs > tab {
|
2020-07-27 19:49:45 +00:00
|
|
|
-moz-appearance: tab;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Active tab label color in item pane and elsewhere */
|
2020-11-03 16:29:51 +00:00
|
|
|
#zotero-pane tabs.zotero-editpane-tabs > tab[visuallyselected="true"][selected="true"] hbox > .tab-text,
|
2020-07-27 19:49:45 +00:00
|
|
|
#zotero-prefs tab[visuallyselected="true"]:not(:-moz-window-inactive),
|
|
|
|
tabs > tab[visuallyselected="true"] hbox > .tab-text {
|
|
|
|
color: black !important;
|
|
|
|
text-shadow: none;
|
|
|
|
}
|
2020-12-20 09:20:39 +00:00
|
|
|
|
|
|
|
/* Quick Format dialog, which is based on window corners, which are different on Big Sur */
|
|
|
|
#quick-format-dialog #zotero-icon {
|
|
|
|
margin-top: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#quick-format-iframe {
|
|
|
|
margin-top: 2px;
|
|
|
|
}
|