mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-01-17 10:02:54 -05:00
css: add subtree icon
This commit is contained in:
parent
4dd3c66482
commit
ce11a642a9
1 changed files with 10 additions and 0 deletions
|
|
@ -144,6 +144,16 @@ table.bp .icon {
|
|||
margin-right: 0.4em;
|
||||
}
|
||||
|
||||
table.bp.node.subtree td:before {
|
||||
font-family: ifont;
|
||||
z-index: 10;
|
||||
font-size: 1.25em;
|
||||
content: '\e80e';
|
||||
position: absolute;
|
||||
margin-left: 1.25em;
|
||||
margin-top: 0.25em;
|
||||
}
|
||||
|
||||
table.bp.node.service td:before {
|
||||
font-family: ifont;
|
||||
z-index: 10;
|
||||
|
|
|
|||
Loading…
Reference in a new issue