2022-04-26 18:04:10 +02:00
|
|
|
// ----------------------------------------------------------------------------
|
|
|
|
// KIRBY PANEL CUSTOMIZATION
|
|
|
|
// ----------------------------------------------------------------------------
|
|
|
|
|
|
|
|
// Textarea headline buttons
|
|
|
|
|
|
|
|
.k-textarea-field {
|
|
|
|
|
2022-09-09 15:19:54 +02:00
|
|
|
.k-toolbar {
|
2022-04-26 18:04:10 +02:00
|
|
|
|
2022-09-09 15:19:54 +02:00
|
|
|
.k-dropdown {
|
2022-04-26 18:04:10 +02:00
|
|
|
|
2022-09-09 15:19:54 +02:00
|
|
|
.k-button:nth-of-type(2),
|
|
|
|
.k-button:nth-of-type(3) {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2022-04-26 18:04:10 +02:00
|
|
|
}
|
2022-05-30 16:07:25 +02:00
|
|
|
|
|
|
|
// Visual image crop field properties
|
|
|
|
|
|
|
|
.kirby-imagecrop-field {
|
|
|
|
|
2022-09-09 15:19:54 +02:00
|
|
|
.k-column:nth-of-type(2) {
|
|
|
|
display: none;
|
|
|
|
}
|
2022-05-30 16:07:25 +02:00
|
|
|
}
|