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/modules/taxonomy/css/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.