Added missing remove icon (for unsupport motion button).
This commit is contained in:
parent
332f1d8a27
commit
c48c4e0e90
BIN
openslides/static/images/icons/remove.png
Normal file
BIN
openslides/static/images/icons/remove.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 332 B |
@ -394,6 +394,9 @@ input[type="submit"], input[type="button"] {
|
||||
.button .adduser{
|
||||
background:url(../images/icons/add-user.png) no-repeat 0px 0px;
|
||||
}
|
||||
.button .remove{
|
||||
background:url(../images/icons/remove.png) no-repeat 0px 0px;
|
||||
}
|
||||
.button .removeuser{
|
||||
background:url(../images/icons/remove-user.png) no-repeat 0px 0px;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user