taxonomy.theme.css

Same filename in this branch
  1. 9 core/themes/stable/css/taxonomy/taxonomy.theme.css
  2. 9 core/modules/taxonomy/css/taxonomy.theme.css
Same filename and directory in other branches
  1. 11.x core/themes/stable9/css/taxonomy/taxonomy.theme.css
  2. 11.x core/modules/taxonomy/css/taxonomy.theme.css
  3. 10 core/themes/stable9/css/taxonomy/taxonomy.theme.css
  4. 10 core/modules/taxonomy/css/taxonomy.theme.css
  5. 8.9.x core/themes/stable/css/taxonomy/taxonomy.theme.css
  6. 8.9.x core/modules/taxonomy/css/taxonomy.theme.css
.taxonomy-term-preview {
  background-color: #eee;
}
.taxonomy-term-divider-top {
  border-bottom: none;
}
.taxonomy-term-divider-bottom {
  border-top: 1px dotted #ccc;
}

File

core/themes/stable9/css/taxonomy/taxonomy.theme.css

View source
  1. .taxonomy-term-preview {
  2. background-color: #eee;
  3. }
  4. .taxonomy-term-divider-top {
  5. border-bottom: none;
  6. }
  7. .taxonomy-term-divider-bottom {
  8. border-top: 1px dotted #ccc;
  9. }

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