taxonomy.css

.taxonomy-term-preview {
  background-color: #eee;
}
.taxonomy-term-divider-top {
  border-bottom: none;
}
.taxonomy-term-divider-bottom {
  border-top: 1px dotted #ccc;
}
.taxonomy-term-description {
  margin: 5px 0 20px;
}

File

drupal/core/modules/taxonomy/taxonomy.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. }
  10. .taxonomy-term-description {
  11. margin: 5px 0 20px;
  12. }