Frontend: Update input element styles in themes.css

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer 2022-10-19 20:17:31 +02:00
parent 015826d696
commit e34f23da90

View file

@ -54,8 +54,7 @@ body.dark-theme #photoprism .map-control .theme--light.v-input:not(.v-input--is-
}
body.dark-theme #photoprism .theme--light.v-chip,
body.dark-theme #photoprism .v-card .theme--light.v-text-field--box>.v-input__control>.v-input__slot,
body.dark-theme #photoprism .v-card .theme--light.v-text-field--solo>.v-input__control>.v-input__slot {
body.dark-theme #photoprism .v-card .theme--light.v-text-field--box>.v-input__control>.v-input__slot {
background: #00000033;
}