From aa487d612e08842a051674582447a82a707bc397 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Thu, 30 Jul 2020 17:33:33 +0200 Subject: [PATCH] add style for icons with class 'error' or 'success' --- styles/bootstrap/application.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/styles/bootstrap/application.css b/styles/bootstrap/application.css index c74824ddb..fe7a512ca 100644 --- a/styles/bootstrap/application.css +++ b/styles/bootstrap/application.css @@ -215,6 +215,9 @@ ul.jqtree-tree li.jqtree_common > .jqtree-element:hover { background-color: #E0E0E0; } +i.success {color: #00b000;} +i.error {color: #b00000;} + i.initstate {color: #ff9900;} i.released {color: #00b000;} i.rejected {color: #b00000;}