Added missing remove icon (for unsupport motion button).

This commit is contained in:
Emanuel Schuetze 2012-12-10 19:44:35 +01:00
parent 332f1d8a27
commit c48c4e0e90
2 changed files with 3 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 332 B

View File

@ -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;
}