From 5b8fea9378c3c5113db3a47d53a7f37c591d8a44 Mon Sep 17 00:00:00 2001 From: "Michael Kaufmann (d00p)" Date: Thu, 12 Nov 2015 08:18:28 +0100 Subject: [PATCH] introduce warning-progress-bar-color when using -15% of the given web/traffic max-warn level (default 90%), fixes #1567 Signed-off-by: Michael Kaufmann (d00p) --- .../Sparkle/admin/admins/admins_admin.tpl | 24 ++++++++++++++----- .../admin/customers/customers_customer.tpl | 24 ++++++++++++++----- templates/Sparkle/assets/css/main.css | 4 ++++ 3 files changed, 40 insertions(+), 12 deletions(-) diff --git a/templates/Sparkle/admin/admins/admins_admin.tpl b/templates/Sparkle/admin/admins/admins_admin.tpl index 480d612a..7e720a30 100644 --- a/templates/Sparkle/admin/admins/admins_admin.tpl +++ b/templates/Sparkle/admin/admins/admins_admin.tpl @@ -23,9 +23,15 @@
-
-
-
+ +
+
+
+ +
+
+
+
∞ @@ -41,9 +47,15 @@
-
-
-
+ +
+
+
+ +
+
+
+
∞ diff --git a/templates/Sparkle/admin/customers/customers_customer.tpl b/templates/Sparkle/admin/customers/customers_customer.tpl index cf92462f..519076c9 100644 --- a/templates/Sparkle/admin/customers/customers_customer.tpl +++ b/templates/Sparkle/admin/customers/customers_customer.tpl @@ -30,9 +30,15 @@
-
-
-
+ +
+
+
+ +
+
+
+
∞ @@ -48,9 +54,15 @@
-
-
-
+ +
+
+
+ +
+
+
+
∞ diff --git a/templates/Sparkle/assets/css/main.css b/templates/Sparkle/assets/css/main.css index 8e58b082..10269037 100644 --- a/templates/Sparkle/assets/css/main.css +++ b/templates/Sparkle/assets/css/main.css @@ -785,6 +785,10 @@ select[multiple="multiple"] { background-color:#dd514c; } +.progress-warn .bar { + background-color:#e6b64e; +} + .maintable { width:90%; }