File tree Expand file tree Collapse file tree 1 file changed +19
-7
lines changed
Expand file tree Collapse file tree 1 file changed +19
-7
lines changed Original file line number Diff line number Diff 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; */
You can’t perform that action at this time.
0 commit comments