diff --git a/src/other/firefox/Monterey/parts/icons.css b/src/other/firefox/Monterey/parts/icons.css index 8de1a959..c5e5f250 100644 --- a/src/other/firefox/Monterey/parts/icons.css +++ b/src/other/firefox/Monterey/parts/icons.css @@ -35,13 +35,13 @@ margin-top: -2px !important; } .protections-popup-category::after { - content: url("../icons/pan-start-symbolic.svg") !important; + content: url("../icons/pan-end-symbolic.svg") !important; } .identity-popup-content-blocking-category::after { - content: url("../icons/pan-start-symbolic.svg") !important; + content: url("../icons/pan-end-symbolic.svg") !important; } #identity-popup-security-expander .button-icon { - list-style-image: url("../icons/pan-start-symbolic.svg") !important; + list-style-image: url("../icons/pan-end-symbolic.svg") !important; } /* Popovers subview back button */ diff --git a/src/other/firefox/WhiteSur/parts/icons.css b/src/other/firefox/WhiteSur/parts/icons.css index 88677c11..dcce40d0 100644 --- a/src/other/firefox/WhiteSur/parts/icons.css +++ b/src/other/firefox/WhiteSur/parts/icons.css @@ -4,9 +4,9 @@ /* Cursors autoscroller fix */ .autoscroller { - --panel-background: transparent !important; - --panel-border-color: transparent !important; - background-image: url("chrome://global/skin/icons/autoscroll.svg") !important; + --panel-background: transparent !important; + --panel-border-color: transparent !important; + background-image: url("chrome://global/skin/icons/autoscroll.svg") !important; } /* Built-in firefox icons color */ @@ -28,7 +28,7 @@ /* Popovers subview menu arrow */ .PanelUI-subView .subviewbutton-nav::after { content: "" !important; - background: url("../icons/pan-start-symbolic.svg"); + background: url("../icons/pan-end-symbolic.svg"); background-size: contain; height: 16px; width: 16px; diff --git a/src/sass/gtk/apps/_nemo.scss b/src/sass/gtk/apps/_nemo.scss index bed8e561..fa26e862 100644 --- a/src/sass/gtk/apps/_nemo.scss +++ b/src/sass/gtk/apps/_nemo.scss @@ -37,6 +37,9 @@ &:hover { color: $dark_sidebar_fg; } } } + + // .NemoSidebar { + // } } paned > separator { background-image: image($solid_borders_color); }