Skip to content

Commit 94f466f

Browse files
committed
Merge pull request #1257 from @zonky2
This hides the sorting hint in popup widgets.
2 parents cfce22a + 278fde5 commit 94f466f

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

contao/assets/css/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,10 @@
128128
background-color: #ebebe4;
129129
}
130130

131+
form[id^=mm_] .sort_hint{
132+
display:none;
133+
}
134+
131135
/* Wildcard */
132136
.wc_info {
133137
margin: 0;

contao/assets/css/style_src.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,10 @@ textarea[readonly]:focus {
128128
background-color: #ebebe4;
129129
}
130130

131+
form[id^=mm_] .sort_hint{
132+
display:none;
133+
}
134+
131135
/* Wildcard */
132136
.wc_info {
133137
margin: 0;

0 commit comments

Comments
 (0)