mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-16 16:07:33 +08:00
modify color and background image in desktop version
This commit is contained in:
@@ -103,6 +103,12 @@ input[type=number] {
|
||||
min-block-size: calc(var(--vh, 1vh) * 100);
|
||||
}
|
||||
|
||||
.v-theme--dark {
|
||||
.auth-image-background {
|
||||
background-color: #202122;
|
||||
}
|
||||
}
|
||||
|
||||
.auth-card {
|
||||
background-color: rgb(var(--v-theme-surface));
|
||||
}
|
||||
@@ -253,6 +259,15 @@ html[dir="rtl"] .bidirectional-switch {
|
||||
}
|
||||
}
|
||||
|
||||
.v-theme--dark {
|
||||
.v-btn--variant-elevated,
|
||||
.v-btn--variant-flat {
|
||||
&.v-btn--disabled .v-btn__overlay {
|
||||
opacity: 0.35;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.v-btn {
|
||||
.v-btn__prepend,
|
||||
.v-btn__append {
|
||||
@@ -348,6 +363,22 @@ html[dir="rtl"] .v-img.img-with-direction > img {
|
||||
color: rgba(var(--v-theme-income), var(--v-medium-emphasis-opacity)) !important;
|
||||
}
|
||||
|
||||
.v-tooltip {
|
||||
.v-overlay__content {
|
||||
color: rgb(var(--v-tooltip-color));
|
||||
}
|
||||
}
|
||||
|
||||
.v-snackbar {
|
||||
.v-snackbar__content {
|
||||
color: rgb(var(--v-tooltip-color));
|
||||
}
|
||||
|
||||
.bg-notification-background .v-snackbar__content {
|
||||
color: rgb(var(--v-theme-on-notification-background)) !important;
|
||||
}
|
||||
}
|
||||
|
||||
.v-switch.v-switch--inset {
|
||||
.v-switch__track {
|
||||
min-width: 1.875rem !important;
|
||||
|
||||
Reference in New Issue
Block a user