From 43f20210e19f01e83a2fecae559f8b194bf111cb Mon Sep 17 00:00:00 2001 From: vinceliuice Date: Mon, 18 Jul 2022 23:55:39 +0800 Subject: [PATCH] update --- src/other/firefox/Monterey/parts/icons.css | 6 +++--- src/other/firefox/WhiteSur/parts/icons.css | 8 ++++---- src/sass/gtk/apps/_nemo.scss | 3 +++ 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/src/other/firefox/Monterey/parts/icons.css b/src/other/firefox/Monterey/parts/icons.css index 8de1a95..c5e5f25 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 88677c1..dcce40d 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 bed8e56..fa26e86 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); }