mirror of
https://github.com/lnbits/lnbits.git
synced 2025-10-09 20:12:34 +02:00
refactor: theme options, includes fix bg on firefox with dialog (#3247)
Co-authored-by: dni ⚡ <office@dnilabs.com>
This commit is contained in:
4
lnbits/static/bundle.min.js
vendored
4
lnbits/static/bundle.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -62,14 +62,6 @@ body[data-theme=monochrome].neon-border .q-date--dark {
|
|||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
body[data-theme=salvador].neon-border .q-card,
|
|
||||||
body[data-theme=salvador].neon-border .q-card.q-card--dark,
|
|
||||||
body[data-theme=salvador].neon-border .q-date,
|
|
||||||
body[data-theme=salvador].neon-border .q-date--dark {
|
|
||||||
border: 2px solid #1976d2;
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
body.hard-border .q-card,
|
body.hard-border .q-card,
|
||||||
body.hard-border .q-card.q-card--dark,
|
body.hard-border .q-card.q-card--dark,
|
||||||
body.hard-border .q-date,
|
body.hard-border .q-date,
|
||||||
@@ -117,21 +109,21 @@ body[data-theme=bitcoin] [data-theme=bitcoin] .q-stepper--dark {
|
|||||||
body[data-theme=freedom] {
|
body[data-theme=freedom] {
|
||||||
--q-primary: #e22156;
|
--q-primary: #e22156;
|
||||||
--q-secondary: #b91a45;
|
--q-secondary: #b91a45;
|
||||||
--q-dark-page: #462f36;
|
--q-dark-page: #0a0a0a;
|
||||||
}
|
}
|
||||||
body[data-theme=freedom] [data-theme=freedom] .q-card--dark,
|
body[data-theme=freedom] [data-theme=freedom] .q-card--dark,
|
||||||
body[data-theme=freedom] [data-theme=freedom] .q-stepper--dark {
|
body[data-theme=freedom] [data-theme=freedom] .q-stepper--dark {
|
||||||
background: #47393d !important;
|
background: #1b1b1b !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
body[data-theme=cyber] {
|
body[data-theme=cyber] {
|
||||||
--q-primary: #7cb342;
|
--q-primary: #7cb342;
|
||||||
--q-secondary: #558b2f;
|
--q-secondary: #558b2f;
|
||||||
--q-dark-page: #000;
|
--q-dark-page: #0a0a0a;
|
||||||
}
|
}
|
||||||
body[data-theme=cyber] [data-theme=cyber] .q-card--dark,
|
body[data-theme=cyber] [data-theme=cyber] .q-card--dark,
|
||||||
body[data-theme=cyber] [data-theme=cyber] .q-stepper--dark {
|
body[data-theme=cyber] [data-theme=cyber] .q-stepper--dark {
|
||||||
background: #1f2915 !important;
|
background: #1b1b1b !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
body[data-theme=mint] {
|
body[data-theme=mint] {
|
||||||
@@ -174,16 +166,6 @@ body[data-theme=monochrome] [data-theme=monochrome] .q-stepper--dark {
|
|||||||
background: rgb(39, 39, 39) !important;
|
background: rgb(39, 39, 39) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
body[data-theme=salvador] {
|
|
||||||
--q-primary: #1976d2;
|
|
||||||
--q-secondary: #26a69a;
|
|
||||||
--q-dark-page: #253647;
|
|
||||||
}
|
|
||||||
body[data-theme=salvador] [data-theme=salvador] .q-card--dark,
|
|
||||||
body[data-theme=salvador] [data-theme=salvador] .q-stepper--dark {
|
|
||||||
background: #343d47 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
body.gradient-bg {
|
body.gradient-bg {
|
||||||
background-image: linear-gradient(to bottom right, var(--q-dark-page), #0a0a0a);
|
background-image: linear-gradient(to bottom right, var(--q-dark-page), #0a0a0a);
|
||||||
background-attachment: fixed;
|
background-attachment: fixed;
|
||||||
|
Reference in New Issue
Block a user