Fixed #36629 -- Added "Choose all" and "Remove all" button in the admin m2m widget filter_vertical

The "Choose all" and "Remove all" button was missing in the admin many to many widget filter_vertical. Added it with one line change in the css.
This commit is contained in:
Miftahul 2025-10-10 12:17:19 +06:00
parent 1167cd1d63
commit 0609b975de

View file

@ -236,7 +236,7 @@
}
.stacked .selector-chooseall, .stacked .selector-clearall {
display: none;
display: block;
}
.stacked .selector-add {