mirror of
https://github.com/zadam/trilium.git
synced 2025-10-20 15:19:01 +02:00
fix(next): toasts unreadable with background effects on
This commit is contained in:
parent
56f970ab08
commit
2eaeccda05
@ -334,6 +334,7 @@ li.dropdown-item a.dropdown-item-button:focus-visible {
|
|||||||
#toast-container .toast .toast-header {
|
#toast-container .toast .toast-header {
|
||||||
background: transparent !important;
|
background: transparent !important;
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
|
color: var(--toast-text-color) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#toast-container .toast .toast-header strong > * {
|
#toast-container .toast .toast-header strong > * {
|
||||||
@ -353,12 +354,12 @@ li.dropdown-item a.dropdown-item-button:focus-visible {
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
padding-top: 0;
|
padding-top: 0;
|
||||||
color: var(--muted-text-color);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#toast-container .toast:not(.no-title) .bx {
|
#toast-container .toast:not(.no-title) .bx {
|
||||||
margin-right: 0.5em;
|
margin-right: 0.5em;
|
||||||
font-size: 1.1em;
|
font-size: 1.1em;
|
||||||
|
opacity: 0.85;
|
||||||
}
|
}
|
||||||
|
|
||||||
#toast-container .toast.no-title .bx {
|
#toast-container .toast.no-title .bx {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user