Apply linux tab fixes to all tabs (e.g. tabs in zotero plugins)

This commit is contained in:
Adomas Venčkauskas 2017-09-22 13:10:27 +03:00
parent 19447e7b90
commit 42e2f229c0

View file

@ -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);