Make checkboxes brighter than text
This commit is contained in:
parent
81fe9aa699
commit
34df781699
|
@ -2177,6 +2177,7 @@ input[type='checkbox']:not(#nav-toggle):not(#rm_button_panel_pin):not(#lm_button
|
||||||
transform: translateY(-0.075em);
|
transform: translateY(-0.075em);
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
place-content: center;
|
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) {
|
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;
|
margin-left: 0;
|
||||||
opacity: 1 !important;
|
opacity: 1 !important;
|
||||||
transition: filter 200ms;
|
transition: filter 200ms;
|
||||||
|
filter: brightness(1.2);
|
||||||
}
|
}
|
||||||
|
|
||||||
.ui-slider-handle.ui-state-default {
|
.ui-slider-handle.ui-state-default {
|
||||||
|
|
Loading…
Reference in New Issue