UX: Improve theme styles and search field contrast in Places
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
7d621827de
commit
0d2a25eb0c
7 changed files with 7 additions and 7 deletions
|
@ -20,7 +20,7 @@ body.dark-theme.theme-carbon,
|
|||
}
|
||||
|
||||
#photoprism.theme-carbon .theme--light.v-text-field--solo>.v-input__control>.v-input__slot{
|
||||
background: #474256a3;
|
||||
background: rgba(250, 250, 255, 0.1);
|
||||
}
|
||||
|
||||
#photoprism.container.theme-carbon {
|
||||
|
|
|
@ -43,7 +43,7 @@ body.dark-theme.theme-gemstone,
|
|||
|
||||
#photoprism.theme-gemstone .theme--light.v-chip,
|
||||
#photoprism.theme-gemstone .v-card__actions .theme--light.v-text-field--solo>.v-input__control>.v-input__slot {
|
||||
background: #333;
|
||||
background: rgba(250, 250, 255, 0.1);
|
||||
}
|
||||
|
||||
#photoprism.theme-gemstone .theme--light.v-text-field--solo>.v-input__control>.v-input__slot {
|
||||
|
|
|
@ -53,7 +53,7 @@ body.dark-theme.theme-grayscale {
|
|||
}
|
||||
|
||||
#photoprism.theme-grayscale .theme--light.v-text-field--solo>.v-input__control>.v-input__slot {
|
||||
background: #4E4E4E;
|
||||
background: rgba(250, 250, 255, 0.1);
|
||||
}
|
||||
|
||||
#photoprism.theme-grayscale .theme--light.v-input--selection-controls.v-input--is-disabled .v-icon {
|
||||
|
|
|
@ -53,7 +53,7 @@ body.dark-theme.theme-shadow {
|
|||
}
|
||||
|
||||
#photoprism.theme-shadow .theme--light.v-text-field--solo>.v-input__control>.v-input__slot {
|
||||
background: #4E4E4E;
|
||||
background: rgba(250, 250, 255, 0.1);
|
||||
}
|
||||
|
||||
#photoprism.theme-shadow .theme--light.v-input--selection-controls.v-input--is-disabled .v-icon {
|
||||
|
|
|
@ -53,7 +53,7 @@ body.dark-theme.theme-vanta {
|
|||
}
|
||||
|
||||
#photoprism.theme-vanta .theme--light.v-text-field--solo>.v-input__control>.v-input__slot {
|
||||
background: #262626;
|
||||
background: rgba(250, 250, 255, 0.1);
|
||||
}
|
||||
|
||||
#photoprism.theme-vanta .theme--light.v-input--selection-controls.v-input--is-disabled .v-icon {
|
||||
|
|
|
@ -47,7 +47,7 @@ body.dark-theme.theme-yellowstone,
|
|||
}
|
||||
|
||||
#photoprism.theme-yellowstone .theme--light.v-text-field--solo>.v-input__control>.v-input__slot {
|
||||
background: #32312e;
|
||||
background: rgba(250, 250, 255, 0.1);
|
||||
}
|
||||
|
||||
#photoprism.theme-yellowstone .theme--light.v-input--selection-controls.v-input--is-disabled .v-icon {
|
||||
|
|
|
@ -372,7 +372,7 @@ let themes = {
|
|||
edit: "#00b8d4",
|
||||
share: "#9575cd",
|
||||
love: "#ef5350",
|
||||
terminal: "#333333",
|
||||
terminal: "#464544",
|
||||
navigation: "#191817",
|
||||
"navigation-home": "#0c0c0b",
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue