mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 15:14:58 +00:00
add style for icons with class 'error' or 'success'
This commit is contained in:
parent
9c2dae9d44
commit
aa487d612e
|
@ -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;}
|
||||
|
|
Loading…
Reference in New Issue
Block a user