Skip to content

Commit d046f85

Browse files
authored
Update userChrome.css - minor changes on hover to show sidebar bottom section
1 parent 81a07b0 commit d046f85

File tree

1 file changed

+19
-5
lines changed

1 file changed

+19
-5
lines changed

userChrome.css

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,14 @@
5454
image {
5555
border-radius: 100px !important;
5656
scale: 1.4;
57+
58+
59+
filter: saturate(0) brightness(0.4) !important;
60+
61+
62+
@media (prefers-color-scheme: dark) {
63+
filter: saturate(0) brightness(1.6) !important;
64+
}
5765
}
5866
}
5967

@@ -81,12 +89,12 @@ tab[busy] {
8189
background-position: center !important;
8290
background-repeat: no-repeat !important;
8391
background-size: 50px !important;
84-
filter: saturate(0) brightness(1.8) !important;
92+
filter: saturate(0) brightness(0.2) !important;
8593
/* background-size: cover !important; */
8694

8795

8896
@media (prefers-color-scheme: dark) {
89-
filter: saturate(0) brightness(0.2) !important;
97+
filter: saturate(0) brightness(1.8) !important;
9098
}
9199
}
92100

@@ -128,7 +136,7 @@ html:not([lwt-sidebar="dark"]) {
128136

129137
/* Zen Internet */
130138
[label="Zen Internet"] image {
131-
list-style-image: url("https://cdn3.iconfinder.com/data/icons/feather-5/24/command-128.png") !important;
139+
/* list-style-image: url("https://cdn3.iconfinder.com/data/icons/feather-5/24/command-128.png") !important; */
132140
}
133141

134142
/* Proton Pass free */
@@ -140,7 +148,7 @@ html:not([lwt-sidebar="dark"]) {
140148
[devtoolstheme="dark"] {
141149
[label="Dark Reader"],
142150
[label="Stylebot"],
143-
[label="Zen Internet"],
151+
/* [label="Zen Internet"], */
144152
[label="Proton Pass: Free Password Manager"]{
145153
image {
146154
filter: invert(1);
@@ -543,7 +551,7 @@ body:has(
543551
opacity: 1 !important;
544552
}
545553

546-
#zen-sidebar-bottom-buttons {
554+
#zen-sidebar-bottom-buttons:not(:has([open="true"])) {
547555
bottom: -25px !important;
548556
opacity: 0 !important;
549557
transition: all 0.3s ease-in-out !important;
@@ -582,6 +590,12 @@ body:has(
582590
}
583591
}
584592

593+
/* no split borders */
594+
hbox[zen-split="true"].deck-selected{
595+
border: none !important;
596+
outline: none !important;
597+
}
598+
585599
/* permanently transparent compact sidebar - fix for zen bug ================= remove if you sue the compact sidebar */
586600
#zen-main-app-wrapper[zen-compact-mode="true"] #navigator-toolbox{
587601
opacity: 0 !important;

0 commit comments

Comments
 (0)