Skip to content

Commit 56c8050

Browse files
authored
Update userChrome.css - accent colored playeyr glow
1 parent 432e8f3 commit 56c8050

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

userChrome.css

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,6 +393,7 @@ max-height 0.2s ease, opacity 0.2s ease, transform 0.2s ease, padding 0.2s ease;
393393
#zen-media-buttons-hbox > toolbarbutton{
394394
opacity: 0 !important;
395395
transition: all 0.3s ease-in-out !important;
396+
396397
&:hover{
397398
opacity: 1 !important;
398399
}
@@ -405,10 +406,30 @@ max-height 0.2s ease, opacity 0.2s ease, transform 0.2s ease, padding 0.2s ease;
405406
overflow: hidden !important;
406407
}
407408

408-
&:hover #zen-media-controls-hbox{
409+
#zen-media-progress-hbox label{
410+
scale: 0 !important;
411+
transition: scale 0.3s ease-in-out !important;
412+
}
413+
414+
#zen-media-progress-bar{
415+
margin: 0 !important;
416+
scale: 1.4 !important;
417+
transition: all 0.3s ease-in-out !important;
418+
}
419+
420+
&:hover{
421+
#zen-media-controls-hbox{
409422
height: fit-content !important;
410423
opacity: 1 !important;
411424
}
425+
#zen-media-progress-hbox label{
426+
scale: 1 !important;
427+
}
428+
#zen-media-progress-bar{
429+
margin: 1em !important;
430+
scale: 1 !important;
431+
}
432+
}
412433
}
413434

414435
#zen-media-main-vbox > vbox{

0 commit comments

Comments
 (0)