mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2024-12-28 18:08:54 +01:00
Merge pull request #1381 from JeLuF/themefix
Rollback --backdrop-color var, to fix themes dialog
This commit is contained in:
commit
afdbcf267b
@ -485,7 +485,7 @@ dialog {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dialog::backdrop {
|
dialog::backdrop {
|
||||||
background: var(--backdrop-color);
|
background: rgba(32, 33, 36, 50%);
|
||||||
}
|
}
|
||||||
|
|
||||||
dialog > div {
|
dialog > div {
|
||||||
@ -1295,7 +1295,7 @@ input::file-selector-button {
|
|||||||
|
|
||||||
.popup {
|
.popup {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
background: var(--backdrop-color);
|
background: rgba(32, 33, 36, 50%);
|
||||||
top: 0px;
|
top: 0px;
|
||||||
left: 0px;
|
left: 0px;
|
||||||
right: 0px;
|
right: 0px;
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
:root, ::backdrop {
|
:root {
|
||||||
--main-hue: 222;
|
--main-hue: 222;
|
||||||
--main-saturation: 4%;
|
--main-saturation: 4%;
|
||||||
--value-base: 13%;
|
--value-base: 13%;
|
||||||
@ -45,7 +45,6 @@
|
|||||||
--status-orange: rgb(200, 139, 0);
|
--status-orange: rgb(200, 139, 0);
|
||||||
--status-green: green;
|
--status-green: green;
|
||||||
--status-red: red;
|
--status-red: red;
|
||||||
--backdrop-color: rgba(32, 33, 36, 50%);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.theme-light {
|
.theme-light {
|
||||||
|
Loading…
Reference in New Issue
Block a user