Tab bar: Update styling on macOS

This commit is contained in:
Dan Stillman 2020-09-21 05:50:00 -04:00
parent b5f7255da2
commit e99f76b40c
9 changed files with 72 additions and 12 deletions

View file

@ -147,3 +147,23 @@ toolbarpaletteitem {
#main-window[sizemode="fullscreen"] .titlebar-placeholder[type="caption-buttons"] {
display: none;
}
#tab-bar-container {
-moz-window-dragging: drag;
}
#tab-bar-container .tab {
background: $transparent;
}
#tab-bar-container .tab.selected {
background: $toolbar-background-color;
}
#zotero-toolbar {
-moz-appearance: none;
background: $toolbar-background-color;
border-bottom: $toolbar-border;
}