css: remove icon colors

they are now in the widget-toolkit

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak
2020-05-28 13:02:53 +02:00
committed by Thomas Lamprecht
parent 7d7b8509bb
commit 92e5e800a4

View File

@ -532,31 +532,6 @@ div.right-aligned {
color: #000;
}
/* some icons have to be color manually */
.black {
color: #000;
}
.normal {
color: #c2ddf2;
}
.faded {
color: #cfcfcf;
}
.good {
color: #21BF4B;
}
.warning {
color: #fc0;
}
.critical {
color: #FF6C59;
}
/* for the ceph monitor widgets */
div.monitor {
text-align:left;