mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-07-04 11:04:46 +02:00
Update:Settings UI cleanup and light theme updates
This commit is contained in:
parent
c6bd93ef5c
commit
6ae4d72b68
3 changed files with 9 additions and 6 deletions
|
@ -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>
|
Loading…
Add table
Add a link
Reference in a new issue