diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index 4734199..24e890d 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -1839,10 +1839,8 @@ progress+span { height: 1.3em; width: 1.3em; border-radius: var(--smallerRadius); - transition: all .125s; } - .itemSelectionPanel .material-icons.check:before { font-size: 4em; color: #ffffff; @@ -1900,6 +1898,7 @@ progress+span { .checkboxOutline:not(.multiSelectCheckboxOutline) { border: solid gray var(--borderWidth); background-color: white; + transition: all .125s; } .emby-checkbox:checked+span+.checkboxOutline:not(.multiSelectCheckboxOutline) {