Improved focused styling

This commit is contained in:
djmaze 2021-07-21 21:54:07 +02:00
parent 5590fd4860
commit b16b184ac9
6 changed files with 14 additions and 12 deletions

View file

@ -144,3 +144,7 @@
.b-admin-about .rl-logo {
filter: drop-shadow(0 0 1px #FFF);
}
.b-folders .e-item a.focused {
background-color: #111;
}