[pve-devel] [PATCH manager 3/8] add some color definitions to css

Dominik Csapak d.csapak at proxmox.com
Fri Oct 28 13:11:43 CEST 2016


this will be used throughout the cluster dashboard
for the font-awesome icons

Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
---
 www/css/ext6-pve.css | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/www/css/ext6-pve.css b/www/css/ext6-pve.css
index 172c667..bf420f1 100644
--- a/www/css/ext6-pve.css
+++ b/www/css/ext6-pve.css
@@ -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;
+}
-- 
2.1.4





More information about the pve-devel mailing list