Make checkboxes brighter than text

This commit is contained in:
Cohee 2023-11-09 22:50:25 +02:00
parent 81fe9aa699
commit 34df781699
1 changed files with 3 additions and 1 deletions

View File

@ -2177,6 +2177,7 @@ input[type='checkbox']:not(#nav-toggle):not(#rm_button_panel_pin):not(#lm_button
transform: translateY(-0.075em);
flex-shrink: 0;
place-content: center;
filter: brightness(1.2);
}
input[type='checkbox']:not(#nav-toggle):not(#rm_button_panel_pin):not(#lm_button_panel_pin):not(#WI_panel_pin):not(.del_checkbox) {
@ -2820,6 +2821,7 @@ body .ui-slider-handle {
margin-left: 0;
opacity: 1 !important;
transition: filter 200ms;
filter: brightness(1.2);
}
.ui-slider-handle.ui-state-default {
@ -3720,4 +3722,4 @@ a {
height: 100vh;
z-index: 9999;
}
}
}