
| Current Path : /var/www/html/strat/web/core/misc/components/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html/strat/web/core/misc/components/tree-child.module.css |
/**
* @file
* Visual styles for a nested tree child.
*/
div.tree-child {
background: url(../tree.png) no-repeat 11px center; /* LTR */
}
div.tree-child-last {
background: url(../tree-bottom.png) no-repeat 11px center; /* LTR */
}
[dir="rtl"] div.tree-child,
[dir="rtl"] div.tree-child-last {
background-position: -65px center;
}
div.tree-child-horizontal {
background: url(../tree.png) no-repeat -11px center;
}