28 lines
481 B
SCSS
28 lines
481 B
SCSS
// ----------------------------------------------------------------------------
|
|
// 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;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
// Visual image crop field properties
|
|
|
|
.kirby-imagecrop-field {
|
|
|
|
.k-column:nth-of-type(2) {
|
|
display: none;
|
|
}
|
|
}
|