Frontend: Increase contrast between focused and non focused list items #1824
This commit is contained in:
parent
5838a398a3
commit
1703509623
1 changed files with 10 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue