Improve charts overlay in dark mode

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER
2020-05-02 12:32:11 +02:00
parent eefbef678c
commit fe5ea63fce
+10
View File
@@ -512,4 +512,14 @@ fieldset[disabled] .form-control {
.iradio_futurico,
.iradio_minimal-blue {
margin-right: 8px;
}
/* Overlay box with spinners as shown during data collection for graphs */
.box .overlay, .overlay-wrapper .overlay {
z-index: 50;
background: #353c42bb;
border-radius: 3px;
}
.box .overlay > .fa, .overlay-wrapper .overlay > .fa {
color: #bec5cb;
}