29 lines
550 B
SCSS
29 lines
550 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;
|
||
|
}
|
||
|
}
|