add style for icons with class 'error' or 'success'

This commit is contained in:
Uwe Steinmann 2020-07-30 17:33:33 +02:00
parent 9c2dae9d44
commit aa487d612e

View File

@ -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;}