]> git.proxmox.com Git - pve-manager.git/commitdiff
add some color definitions to css
authorDominik Csapak <d.csapak@proxmox.com>
Fri, 28 Oct 2016 11:11:43 +0000 (13:11 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Sat, 29 Oct 2016 06:35:08 +0000 (08:35 +0200)
this will be used throughout the cluster dashboard
for the font-awesome icons

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
www/css/ext6-pve.css

index 172c667ad2464c336f66c6992872b11ee7aa407d..bf420f15b3941a58cc314828c64df9accd33355e 100644 (file)
@@ -436,3 +436,23 @@ div.right-aligned {
 .black {
     color: #000;
 }
+
+.normal {
+    color: #c2ddf2;
+}
+
+.faded {
+    color: #cfcfcf;
+}
+
+.good {
+    color: #009828;
+}
+
+.warning {
+    color: #fc0;
+}
+
+.critical {
+    color: #f88;
+}