-
-
Notifications
You must be signed in to change notification settings - Fork 190
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
White outline on the sides of tabs and across the top of the address bar. #99
Comments
It has been confirmed to appear in some themes. /* photon */
#navigator-toolbox:-moz-lwtheme {
--tabs-border-color: rgba(0,0,0,.3);
}
/* proton */
:root {
--tabs-border-color: threedshadow;
} The line that appear around the tabs are intentional. |
For the record, I've made some slight customisations to the photon-style branch, nothing that should affect borders between tabs though. _userChrome.css is userChrome.css from this repo. @import url("_userChrome.css") screen;
:root {
--autocomplete-popup-highlight-background: #8c54fe !important;
--focus-outline-color: #8c54fe !important;
--lwt-popup-brighttext-url-color: #b5b5b5 !important;
--url-match-color: #fd971f;
}
#urlbar:is([focused]) > #urlbar-background, #urlbar-container .urlbar-input-box {
border-color: var(--focus-outline-color) !important;
}
.urlbarView-row:not([selected]) .urlbarView-title strong,
.urlbarView-row:not([selected]) .urlbarView-url strong {
color: var(--url-match-color) !important;
} |
Oh, I checked. I will check it. I adjusted a few more things. This commit will be merged while working on an upcoming release. |
The surest way is to remove box-shadow. #nav-bar {
box-shadow: none !important;
} But some themes need |
Environment:
Firefox Version: 89.0
OS: Windows
Theme: Dark
The text was updated successfully, but these errors were encountered: