Merge pull request #1159 from lnbits/hotfixcss

Fixed css
This commit is contained in:
Arc 2022-11-29 22:14:23 +00:00 committed by GitHub
commit 71be5abbe5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ $colors in $themes {
[data-theme='#{$theme}'] .q-drawer--dark,
body[data-theme='#{$theme}'].body--dark,
[data-theme='#{$theme}'] .q-menu--dark {
background: $color;
background: $color !important;
}
/* IF WANTING TO SET A DARKER BG COLOR IN THE FUTURE
// set a darker body bg for all themes, when in "dark mode"
@ -19,7 +19,7 @@ $colors in $themes {
@if $name=='info' {
[data-theme='#{$theme}'] .q-card--dark,
[data-theme='#{$theme}'] .q-stepper--dark {
background: $color;
background: $color !important;
}
}
}
@ -27,37 +27,37 @@ $colors in $themes {
@each $name,
$color in $colors {
.bg-#{$name} {
background: $color;
background: $color !important;
}
.text-#{$name} {
color: $color;
color: $color !important;
}
}
}
}
[data-theme='freedom'] .q-drawer--dark {
background: #0a0a0a;
background: #0a0a0a !important;
}
[data-theme='freedom'] .q-header {
background: #0a0a0a;
background: #0a0a0a !important;
}
[data-theme='salvador'] .q-drawer--dark {
background: #242424;
background: #242424 !important;
}
[data-theme='salvador'] .q-header {
background: #0f47af;
background: #0f47af !important;
}
[data-theme='flamingo'] .q-drawer--dark {
background: #e75480;
background: #e75480 !important;
}
[data-theme='flamingo'] .q-header {
background: #e75480;
background: #e75480 !important;
}
[v-cloak] {