This repository has been archived on 2024-05-06. You can view files and clone it, but cannot push or open issues or pull requests.
firefox-nova-theme/userChrome.css
2020-12-13 16:40:34 +00:00

15 lines
438 B
CSS

:root {
--panel-separator-color: transparent !important;
--urlbar-separator-color: ThreeDFace !important;
--chrome-content-separator-color: unset !important;
}
#tabbrowser-tabs {
--tab-line-color: transparent !important;
--tab-loading-fill: #9059ff !important;
}
#urlbar:not(:-moz-lwtheme):not([focused="true"]) > #urlbar-background, #searchbar:not(:-moz-lwtheme):not(:focus-within) {
border-color: ThreeDFace !important;
}