update rounded corners to the side bar

also includes:
* Fix various issues with bookmarks bar
* Removes the double separators from the context menu
* Updates the styling of the tab container indicator
This commit is contained in:
bmFtZQ 2023-11-23 15:58:49 +08:00
parent c7ec9aa13a
commit f793e2f83d
5 changed files with 98 additions and 23 deletions

View file

@ -403,7 +403,7 @@ panelview .toolbarbutton-1,
panel[type="autocomplete-richlistbox"]>.autocomplete-richlistbox,
.menupopup-arrowscrollbox {
background: var(--arrowpanel-background) !important;
border: 0 !important;
border: 1px solid var(--panel-separator-color) !important;
}
/* make room for menu shadow */
@ -493,6 +493,10 @@ panelview .toolbarbutton-1,
padding: 0 !important;
background: none !important;
border-top: 1px solid var(--panel-separator-color) !important;
&::before {
content: unset !important;
}
}
#PlacesToolbar menupopup[placespopup="true"] menuseparator::before {