tree-child.module.css

Same filename in this branch
  1. 9 core/themes/stable9/css/system/components/tree-child.module.css
  2. 9 core/modules/system/css/components/tree-child.module.css
Same filename and directory in other branches
  1. 11.x core/misc/components/tree-child.module.css
  2. 11.x core/themes/stable9/css/core/components/tree-child.module.css
  3. 10 core/misc/components/tree-child.module.css
  4. 10 core/themes/stable9/css/core/components/tree-child.module.css
  5. 8.9.x core/themes/stable/css/system/components/tree-child.module.css
  6. 8.9.x core/modules/system/css/components/tree-child.module.css

Visual styles for a nested tree child.

File

core/themes/stable/css/system/components/tree-child.module.css

View source
  1. /**
  2. * @file
  3. * Visual styles for a nested tree child.
  4. */
  5. div.tree-child {
  6. background: url(../../../images/core/tree.png) no-repeat 11px center; /* LTR */
  7. }
  8. div.tree-child-last {
  9. background: url(../../../images/core/tree-bottom.png) no-repeat 11px center; /* LTR */
  10. }
  11. [dir="rtl"] div.tree-child,
  12. [dir="rtl"] div.tree-child-last {
  13. background-position: -65px center;
  14. }
  15. div.tree-child-horizontal {
  16. background: url(../../../images/core/tree.png) no-repeat -11px center;
  17. }

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.