mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 10:21:55 +00:00
style info alert for dark themee
This commit is contained in:
parent
7ae6714399
commit
5072e05556
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user