trivial: remove bullets from delete page popup

This commit is contained in:
Frédéric Péters 2020-06-27 16:22:44 +02:00
parent 0af30aa706
commit 7b74d29c4e
1 changed files with 6 additions and 0 deletions

View File

@ -585,3 +585,9 @@ ul.objects-list.list-of-links li a.link-action-icon.edit::before,
ul.objects-list.list-of-layers li a.link-action-icon.edit::before {
content: "\f044";
}
form .choices {
list-style: none;
margin: 0 0 0 1em;
padding: 0;
}