Frontend: Increase contrast between focused and non focused list items #1824

This commit is contained in:
theresa 2021-12-20 17:23:54 +01:00
parent 5838a398a3
commit 1703509623

View file

@ -26,6 +26,16 @@ body.dark-theme #photoprism .v-tabs .v-badge__badge {
color: #000000;
}
body.dark-theme .theme--light.v-list .v-list__tile--highlighted,
body.dark-theme .theme--light.v-list a:hover {
background: rgba(255,255,255,0.3) !important;
}
.theme--light.v-list .v-list__tile--highlighted,
.theme--light.v-list a:hover {
background: rgba(155,155,155,0.3) !important;
}
/* Exceptions */
#photoprism .theme--light.v-text-field--solo.background-inherit>.v-input__control>.v-input__slot {