From 43a6bed491c800fba61d79ce90d073bb8a74171f Mon Sep 17 00:00:00 2001 From: Michael Mayer Date: Fri, 6 Jan 2023 15:32:25 +0100 Subject: [PATCH] Themes: Tweak "Snow" colors Signed-off-by: Michael Mayer --- frontend/src/css/themes/snow.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/css/themes/snow.css b/frontend/src/css/themes/snow.css index 07a90fd1f..3f8312d5b 100644 --- a/frontend/src/css/themes/snow.css +++ b/frontend/src/css/themes/snow.css @@ -64,11 +64,11 @@ body.theme-snow, #photoprism.theme-snow .theme--light.v-chip, #photoprism.theme-snow .v-card__actions .theme--light.v-text-field--solo>.v-input__control>.v-input__slot { - background: #ECEFF4; + background: #c5dee5; } #photoprism.theme-snow .theme--light.v-text-field--solo>.v-input__control>.v-input__slot { - background: rgba(250, 250, 255, 0.1); + background: #eceff4; } #photoprism.theme-snow .map-control .theme--light.v-input:not(.v-input--is-disabled) i,