mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Make checkboxes brighter than text
This commit is contained in:
@@ -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 {
|
||||||
@@ -3720,4 +3722,4 @@ a {
|
|||||||
height: 100vh;
|
height: 100vh;
|
||||||
z-index: 9999;
|
z-index: 9999;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user