style info alert for dark themee

This commit is contained in:
Matthias 2024-02-11 09:38:43 +01:00
parent 7ae6714399
commit 5072e05556

View File

@ -278,7 +278,6 @@
&.text-bg-warning {
--toast-bg-color: rgb(41, 39, 1) !important;
--toast-bg-color-header: rgb(29, 27, 1) !important;
// background-color: rgb(41, 39, 1) !important;
color: rgb(255, 218, 106) !important;
}
@ -288,6 +287,13 @@
--toast-bg-color-header: rgb(3, 19, 12) !important;
color: rgb(118, 183, 152) !important;
}
&.text-bg-info {
--toast-bg-color: rgb(13, 63, 104)!important;
--toast-bg-color-header: rgb(9, 39, 65) !important;
color: rgb(116, 188, 252) !important;
}
}
.vue-grid-item>.vue-resizable-handle {
// Stupid workaround to have the Shevron actually show.