Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

tree-child.module.css

Same filename in this branch
  1. 11.1.x core/misc/components/tree-child.module.css

Visual styles for a nested tree child.

File

core/themes/stable9/css/core/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(../../../../../misc/tree.png) no-repeat 11px center; /* LTR */
  7. }
  8. div.tree-child-last {
  9. background: url(../../../../../misc/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(../../../../../misc/tree.png) no-repeat -11px center;
  17. }

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal