mirror of
https://github.com/django/django.git
synced 2025-11-22 12:14:45 +00:00
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:
parent
1167cd1d63
commit
0609b975de
1 changed files with 1 additions and 1 deletions
|
|
@ -236,7 +236,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.stacked .selector-chooseall, .stacked .selector-clearall {
|
.stacked .selector-chooseall, .stacked .selector-clearall {
|
||||||
display: none;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.stacked .selector-add {
|
.stacked .selector-add {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue