Limit textarea field heading tag level
This commit is contained in:
parent
d272a8752b
commit
ae2282a76b
15 changed files with 75 additions and 46 deletions
19
assets/css/panel.scss
Normal file
19
assets/css/panel.scss
Normal 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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue