Set up image gallery structure field
This commit is contained in:
parent
2e9d72eb16
commit
00b2118e2c
5 changed files with 77 additions and 84 deletions
|
@ -2,27 +2,15 @@
|
|||
// KIRBY PANEL CUSTOMIZATION
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
// Textarea headline buttons
|
||||
// Structure field gallery
|
||||
|
||||
.k-textarea-field {
|
||||
.k-field-name-image_gallery {
|
||||
|
||||
.k-toolbar {
|
||||
table {
|
||||
|
||||
.k-dropdown {
|
||||
|
||||
.k-button:nth-of-type(2),
|
||||
.k-button:nth-of-type(3) {
|
||||
display: none;
|
||||
}
|
||||
tbody {
|
||||
--bubble-size: 7.5em;
|
||||
--table-row-height: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Visual image crop field properties
|
||||
|
||||
.kirby-imagecrop-field {
|
||||
|
||||
.k-column:nth-of-type(2) {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue