Restyle Tag Selector

* Render a colored dot for colored tags
* Improve spacing and positioning, especially on 2x screens
* Add scss map for tag colors in light/dark scheme
* Add support for compact/comfortable in tag selector
* Restyle filter box, add a placeholder and a new icon
This commit is contained in:
Tom Najdek 2023-10-18 14:16:08 +02:00 committed by Dan Stillman
parent ff115b0873
commit 9ff76d2dd9
21 changed files with 334 additions and 131 deletions

View file

@ -133,14 +133,13 @@
#tab-bar-container .tab.selected {
background: var(--material-tabbar)
}
.zotero-toolbar {
-moz-appearance: none;
}
#zotero-layout-switcher .zotero-toolbar {
background: var(--material-tabbar);
border-bottom: var(--material-panedivider);
}
#zotero-collections-tree > div, #zotero-item-pane {
background: var(--material-sidepane);
}
}