Initial Drupal 11 with DDEV setup
This commit is contained in:
9
web/core/modules/taxonomy/css/taxonomy.theme.css
Normal file
9
web/core/modules/taxonomy/css/taxonomy.theme.css
Normal file
@ -0,0 +1,9 @@
|
||||
.taxonomy-term-preview {
|
||||
background-color: #eee;
|
||||
}
|
||||
.taxonomy-term-divider-top {
|
||||
border-bottom: none;
|
||||
}
|
||||
.taxonomy-term-divider-bottom {
|
||||
border-top: 1px dotted #ccc;
|
||||
}
|
||||
Reference in New Issue
Block a user