Skip to content

Commit

Permalink
Merge branch 'release/2.31.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
Misplon committed Nov 22, 2024
2 parents df01d07 + 0ff2aea commit d7a3f89
Show file tree
Hide file tree
Showing 69 changed files with 7,026 additions and 1 deletion.
32 changes: 32 additions & 0 deletions css/admin.less
Original file line number Diff line number Diff line change
Expand Up @@ -908,6 +908,24 @@
ul {
list-style: none;
}

// Prevent display issues when the editor has a darker background.
.so-builder-container {
background: #fff;

.so-row-container {
padding: 0 15px 20px;
}

a:not(.so-tool-button):not([class^="so-row-"]) {
color: #2271b1;

&:hover,
&:focus {
color: #1e1e1e;
}
}
}
}
}

Expand Down Expand Up @@ -1159,6 +1177,7 @@
}

.so-title-bar-buttons {
display: flex;
position: absolute;
right: 0;
top: 0;
Expand Down Expand Up @@ -1191,6 +1210,11 @@
color: #666;
}
}

// Don't leave space for navigation if they're not present.
&:has(.so-nav) h3.so-title {
margin: 0 50px;
}
}

.so-toolbar {
Expand Down Expand Up @@ -2510,6 +2534,14 @@
}
}
}

.select2-container {
width: 100% !important;

.select2-container .select2-selection__choice__remove {
height: 100%;
}
}
}

// Row/Cell/Widget Styling for fields.
Expand Down
Loading

0 comments on commit d7a3f89

Please sign in to comment.