diff --git a/themes/wilma/css/wilma.css b/themes/wilma/css/wilma.css index 79133495..3dd818e1 100644 --- a/themes/wilma/css/wilma.css +++ b/themes/wilma/css/wilma.css @@ -1520,14 +1520,14 @@ section.accounts input.delete:active { } input.add-account, input.add-account:visited { - background: url(../images/addNewAccount.png) 0 0 no-repeat; + background: url(../images/addNewAccount.png) 0 center no-repeat; color: #fff; padding-left: 35px; } input.add-account:hover { color: #fff; background-color: #88acbb; - background: url(../images/addNewAccountOver.png) 0 0 no-repeat; + background: url(../images/addNewAccountOver.png) 0 center no-repeat; } input.add-account:active { top: 1px; diff --git a/themes/wilma/images/addNewAccount.png b/themes/wilma/images/addNewAccount.png new file mode 100644 index 00000000..9a39df3b Binary files /dev/null and b/themes/wilma/images/addNewAccount.png differ diff --git a/themes/wilma/images/addNewAccountOver.png b/themes/wilma/images/addNewAccountOver.png new file mode 100644 index 00000000..a7614a32 Binary files /dev/null and b/themes/wilma/images/addNewAccountOver.png differ