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

Breadcrumb

  1. Drupal Core 11.1.x

taxonomy.theme.css

Same filename in this branch
  1. 11.1.x core/themes/stable9/css/taxonomy/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. }
RSS feed
Powered by Drupal