summaryrefslogtreecommitdiffstats
path: root/browser/themes/linux/browser.css
diff options
context:
space:
mode:
Diffstat (limited to 'browser/themes/linux/browser.css')
-rw-r--r--browser/themes/linux/browser.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/browser/themes/linux/browser.css b/browser/themes/linux/browser.css
index 89df26a2f0..963a33af85 100644
--- a/browser/themes/linux/browser.css
+++ b/browser/themes/linux/browser.css
@@ -16,7 +16,7 @@
* disabling the toolbar field border and backgrounds.
*/
@media not (prefers-contrast) {
- :root:not(:-moz-lwtheme) {
+ :root:not([lwtheme]) {
--toolbar-field-border-color: transparent;
/* These colors don't exactly match the default dark color that buttons and
@@ -36,7 +36,7 @@
--toolbar-field-color: inherit;
@media (-moz-gtk-theme-family) {
- --tabs-navbar-shadow-color: transparent;
+ --tabs-navbar-separator-style: none;
@media (prefers-color-scheme: light) {
--urlbar-box-bgcolor: #fafafa;
}
@@ -237,7 +237,7 @@
@media (-moz-bool-pref: "widget.gtk.non-native-titlebar-buttons.enabled") {
/* When using lightweight themes, use our own buttons since native ones might
* assume a native background in order to be visible. */
- &:-moz-lwtheme {
+ :root[lwtheme] & {
padding-inline: 3px;
> .toolbarbutton-icon {