Skip to content

Commit 22e20c2

Browse files
authored
Update userChrome.css
1 parent 44807ec commit 22e20c2

File tree

1 file changed

+19
-7
lines changed

1 file changed

+19
-7
lines changed

userChrome.css

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1923,13 +1923,25 @@ toolbar
19231923
}
19241924

19251925
@media (-moz-bool-pref: "sidebar.revamp") {
1926-
#sidebar-main,
1927-
#sidebar-box {
1928-
background-color: var(--firefoxcss-item-bg-color) !important;
1929-
background-image: none !important;
1930-
}
1931-
1932-
/* Remove the white line around the content window */
1926+
#sidebar-main,
1927+
#sidebar-box {
1928+
background-color: var(--firefoxcss-item-bg-color) !important;
1929+
background-image: none !important;
1930+
}
1931+
1932+
1933+
@media (-moz-bool-pref:"mod.custom.firefox.theme.color.fix") {
1934+
#sidebar-main,
1935+
#sidebar-box {
1936+
background-color: var(--lwt-accent-color) !important;
1937+
}
1938+
1939+
#tabbrowser-arrowscrollbox {
1940+
--toolbox-bgcolor: var(--lwt-accent-color) !important;
1941+
}
1942+
}
1943+
1944+
/* Remove the white line around the content window */
19331945
#tabbrowser-tabbox {
19341946
outline: 1px solid light-dark(#0000000a, #00000026) !important;
19351947
/*! box-shadow: none !important; */

0 commit comments

Comments
 (0)