Limit textarea field heading tag level

This commit is contained in:
Paul Nicoué 2022-04-26 18:04:10 +02:00
parent d272a8752b
commit ae2282a76b
15 changed files with 75 additions and 46 deletions

19
assets/css/panel.scss Normal file
View file

@ -0,0 +1,19 @@
// ----------------------------------------------------------------------------
// KIRBY PANEL CUSTOMIZATION
// ----------------------------------------------------------------------------
// Textarea headline buttons
.k-textarea-field {
.k-toolbar {
.k-dropdown {
.k-button:nth-of-type(2),
.k-button:nth-of-type(3) {
display: none;
}
}
}
}