Update:Settings UI cleanup and light theme updates

This commit is contained in:
advplyr 2023-12-16 14:43:48 -06:00
parent c6bd93ef5c
commit 6ae4d72b68
3 changed files with 9 additions and 6 deletions

View file

@ -88,4 +88,7 @@ export default {
input[type='time']::-webkit-calendar-picker-indicator {
filter: invert(100%);
}
html[data-theme='light'] input[type='time']::-webkit-calendar-picker-indicator {
filter: unset;
}
</style>