Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / themes / stable / css / system / components / tree-child.module.css
1 /**
2  * @file
3  * Visual styles for a nested tree child.
4  */
5
6 div.tree-child {
7   background: url(../../../images/core/tree.png) no-repeat 11px center; /* LTR */
8 }
9 div.tree-child-last {
10   background: url(../../../images/core/tree-bottom.png) no-repeat 11px center; /* LTR */
11 }
12 [dir="rtl"] div.tree-child,
13 [dir="rtl"] div.tree-child-last {
14   background-position: -65px center;
15 }
16 div.tree-child-horizontal {
17   background: url(../../../images/core/tree.png) no-repeat -11px center;
18 }