mirror of
https://github.com/zadam/trilium.git
synced 2025-11-12 06:40:50 +08:00
style/toasts: get rid of some !important properties
This commit is contained in:
parent
ddd2babe21
commit
bad7776076
1 changed files with 2 additions and 2 deletions
|
|
@ -980,8 +980,8 @@ a.external:not(.no-arrow):after, a[href^="http://"]:not(.no-arrow):after, a[href
|
||||||
}
|
}
|
||||||
|
|
||||||
.toast {
|
.toast {
|
||||||
background-color: var(--accented-background-color) !important;
|
--bs-toast-bg: var(--accented-background-color);
|
||||||
color: var(--main-text-color) !important;
|
--bs-toast-color: var(--main-text-color);
|
||||||
z-index: 9999999999 !important;
|
z-index: 9999999999 !important;
|
||||||
pointer-events: all;
|
pointer-events: all;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue