xiaowang/public/assets/css/panel.scss

29 lines
481 B
SCSS
Raw Normal View History

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