Merge pull request #1381 from JeLuF/themefix

Rollback --backdrop-color var, to fix themes dialog
This commit is contained in:
cmdr2 2023-07-01 09:06:29 +05:30 committed by GitHub
commit afdbcf267b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 4 deletions

View File

@ -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;

View File

@ -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 {