This commit is contained in:
vinceliuice 2022-07-18 23:55:39 +08:00
parent 2df7bc8467
commit 43f20210e1
3 changed files with 10 additions and 7 deletions

View File

@ -35,13 +35,13 @@
margin-top: -2px !important; margin-top: -2px !important;
} }
.protections-popup-category::after { .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 { .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 { #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 */ /* Popovers subview back button */

View File

@ -4,9 +4,9 @@
/* Cursors autoscroller fix */ /* Cursors autoscroller fix */
.autoscroller { .autoscroller {
--panel-background: transparent !important; --panel-background: transparent !important;
--panel-border-color: transparent !important; --panel-border-color: transparent !important;
background-image: url("chrome://global/skin/icons/autoscroll.svg") !important; background-image: url("chrome://global/skin/icons/autoscroll.svg") !important;
} }
/* Built-in firefox icons color */ /* Built-in firefox icons color */
@ -28,7 +28,7 @@
/* Popovers subview menu arrow */ /* Popovers subview menu arrow */
.PanelUI-subView .subviewbutton-nav::after { .PanelUI-subView .subviewbutton-nav::after {
content: "" !important; content: "" !important;
background: url("../icons/pan-start-symbolic.svg"); background: url("../icons/pan-end-symbolic.svg");
background-size: contain; background-size: contain;
height: 16px; height: 16px;
width: 16px; width: 16px;

View File

@ -37,6 +37,9 @@
&:hover { color: $dark_sidebar_fg; } &:hover { color: $dark_sidebar_fg; }
} }
} }
// .NemoSidebar {
// }
} }
paned > separator { background-image: image($solid_borders_color); } paned > separator { background-image: image($solid_borders_color); }