Skip to content

Commit 278fde5

Browse files
committed
hotfix hide popup widget hint
1 parent 9da9e32 commit 278fde5

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)