From f9bcb9492513fc2e300c42de94d0dad5941427d0 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Thu, 15 Oct 2020 10:51:02 +0200 Subject: [PATCH] add i.warning, remove some bs-docs-sidenav --- styles/bootstrap/application.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/bootstrap/application.css b/styles/bootstrap/application.css index 87b864374..acdbb6dd3 100644 --- a/styles/bootstrap/application.css +++ b/styles/bootstrap/application.css @@ -217,7 +217,7 @@ ul.jqtree-tree li.jqtree_common > .jqtree-element:hover { i.success {color: #00b000;} i.error {color: #b00000;} - +i.warning {color: #ff9900;} i.initstate {color: #ff9900;} i.released {color: #00b000;} i.rejected {color: #b00000;}