diff --git a/css/jQuery.mobile.theme.css b/css/jQuery.mobile.theme.css index d330a1cc..9de80980 100644 --- a/css/jQuery.mobile.theme.css +++ b/css/jQuery.mobile.theme.css @@ -131,6 +131,9 @@ a.ui-link-inherit { text-decoration: none !important; } .ui-icon-plus { background-image: url(../images/icon-plus-white.png); } .ui-icon-minus { background-image: url(../images/icon-minus-white.png); } +/* delete/close */ +.ui-icon-delete { background-image: url(../images/icon-delete.png); } + /*checks,radios*/ .ui-icon-checkbox-off { background-image: url(../images/form-check-off.png); } .ui-icon-checkbox-on { background-image: url(../images/form-check-on.png); } diff --git a/images/icon-delete.png b/images/icon-delete.png new file mode 100644 index 00000000..a99efb52 Binary files /dev/null and b/images/icon-delete.png differ