mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 15:14:58 +00:00
add styles for symbols in workflow graph
This commit is contained in:
parent
9e6c5d41cc
commit
d43db44318
|
@ -167,6 +167,12 @@ ul.jqtree-tree li.jqtree_common > .jqtree-element:hover {
|
|||
background-color: #E0E0E0;
|
||||
}
|
||||
|
||||
i.initstate {color: #ff9900;}
|
||||
i.released {color: #00b000;}
|
||||
i.rejected {color: #b00000;}
|
||||
i.in-workflow {color: #11479e;}
|
||||
i.workflow-action {color: #91479e;}
|
||||
|
||||
@media (max-width: 480px) {
|
||||
.nav-tabs > li {
|
||||
float:none;
|
||||
|
|
Loading…
Reference in New Issue
Block a user