[pve-devel] [PATCH widget-toolkit 1/3] css: add 'working' css color class

Aaron Lauterer a.lauterer at proxmox.com
Fri Jul 21 15:06:24 CEST 2023


use the same as info-blue for now.

Signed-off-by: Aaron Lauterer <a.lauterer at proxmox.com>
---

These patches are all a follow up to Alexandre's. This one in
widget-toolkit is needed to specify the css color specifically.

 src/css/ext6-pmx.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/css/ext6-pmx.css b/src/css/ext6-pmx.css
index 2ffd2a8..1f77cd2 100644
--- a/src/css/ext6-pmx.css
+++ b/src/css/ext6-pmx.css
@@ -109,7 +109,7 @@
     color: #FF6C59;
 }
 
-.info-blue {
+.info-blue, .working {
     color: #3892d4;
 }
 
-- 
2.39.2






More information about the pve-devel mailing list