Closed zcresh closed 2 years ago
how do I change/remove the top border that can be changed with ui.-moz-accent-color. P.S.: only the top line of the browser not the one above the tabs.
ui.-moz-accent-color
Example
Add this into customChrome.css
customChrome.css
#main-window[sizemode="normal"][tabsintitlebar] #navigator-toolbox { border-top: 1px solid red !important; }
Thank you
how do I change/remove the top border that can be changed with
ui.-moz-accent-color
. P.S.: only the top line of the browser not the one above the tabs.Example