Tab bar: Update styling on macOS
This commit is contained in:
parent
b5f7255da2
commit
e99f76b40c
9 changed files with 72 additions and 12 deletions
|
@ -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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue