Animated dialogs and fixed dialog borders

This commit is contained in:
mauro-balades
2024-04-04 00:30:43 +02:00
parent f521dfc6e6
commit 71d4cb3ff2
3 changed files with 10 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
:root {
--zen-dialog-background: Field;
--zen-dialog-border-color: rgb(184, 184, 184);
--zen-dialog-border-color: rgba(0,0,0,.2);
--zen-panel-radius: 7px;
--arrowpanel-background: var(--zen-dialog-background) !important;
@@ -21,6 +21,6 @@
@media (prefers-color-scheme: dark) {
:root {
--zen-dialog-background: rgba(28, 27, 34);
--zen-dialog-border-color: rgb(66, 66, 66);
--zen-dialog-border-color: rgba(255,255,255,.1);
}
}