Guerra24 / Firefox-UWP-Style

Sun Valley + MDL2 Theme for Firefox
MIT License
406 stars 9 forks source link

Remove "white" top border #62

Closed zcresh closed 2 years ago

zcresh commented 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.

Example

Guerra24 commented 2 years ago

Add this into customChrome.css

#main-window[sizemode="normal"][tabsintitlebar] #navigator-toolbox {
    border-top: 1px solid red !important;
}
zcresh commented 2 years ago

Thank you