mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2024-12-28 01:48:56 +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 {
|
||||
background: var(--backdrop-color);
|
||||
background: rgba(32, 33, 36, 50%);
|
||||
}
|
||||
|
||||
dialog > div {
|
||||
@ -1295,7 +1295,7 @@ input::file-selector-button {
|
||||
|
||||
.popup {
|
||||
position: absolute;
|
||||
background: var(--backdrop-color);
|
||||
background: rgba(32, 33, 36, 50%);
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
right: 0px;
|
||||
|
@ -1,4 +1,4 @@
|
||||
:root, ::backdrop {
|
||||
:root {
|
||||
--main-hue: 222;
|
||||
--main-saturation: 4%;
|
||||
--value-base: 13%;
|
||||
@ -45,7 +45,6 @@
|
||||
--status-orange: rgb(200, 139, 0);
|
||||
--status-green: green;
|
||||
--status-red: red;
|
||||
--backdrop-color: rgba(32, 33, 36, 50%);
|
||||
}
|
||||
|
||||
.theme-light {
|
||||
|
Loading…
Reference in New Issue
Block a user