White Mode UI Fixes

This commit is contained in:
Vasilis Tako 2021-09-08 17:32:23 +02:00
parent c6e9e753dd
commit 72cd143267
2 changed files with 10 additions and 1 deletions

View file

@ -1067,4 +1067,14 @@ td.dashboard-counter {
-webkit-appearance: none !important;
-moz-appearance: none !important;
appearance: none !important;
}
.alert-warning{
color: #5f4702;
background-color: #fff0a5;
border-color: #f7e694;
}
li > a > .fa-external-link-alt{
color: #0091EA;
}