diff --git a/pixelegg/css/mobile.css b/pixelegg/css/mobile.css index 615083d9c1..7a7e43775b 100644 --- a/pixelegg/css/mobile.css +++ b/pixelegg/css/mobile.css @@ -128,7 +128,7 @@ background-image: url(../images/email.png); } a.et2_url.phone { - background-image: url(../images/phone.png); + background-image: url(../images/phone.svg); } a.et2_url.url { background-image: url(../images/url.png); @@ -203,7 +203,7 @@ } .et2_selectbox .ui-multiselect-checkboxes div.ui-icon-close { /*visibility: hidden;*/ - background-image: url(../images/close.png); + background-image: url(../images/close.svg); margin: -2px -3px; padding: 0px; } @@ -382,7 +382,7 @@ } .et2_link_list td div.delete { visibility: hidden; - background-image: url("../images/delete.png"); + background-image: url("../images/delete.svg"); background-position: center; background-repeat: no-repeat; background-size: 12px 12px; @@ -985,11 +985,11 @@ padding-left: 5px; } .et2_vfsPath input.et2_textbox.et2_vfs { - background-image: url(../images/edit.png); + background-image: url(../images/edit.svg); } /*#################################### ET2 SEARCHBOX #####################################################*/ .et2_searchbox button.et2_button { - background-image: url(../images/search.png); + background-image: url(../images/search.svg); background-size: 20px 20px; background-position: center; } diff --git a/pixelegg/css/monochrome.css b/pixelegg/css/monochrome.css index c403120e27..6f16257ee5 100644 --- a/pixelegg/css/monochrome.css +++ b/pixelegg/css/monochrome.css @@ -117,7 +117,7 @@ background-image: url(../images/email.png); } a.et2_url.phone { - background-image: url(../images/phone.png); + background-image: url(../images/phone.svg); } a.et2_url.url { background-image: url(../images/url.png); @@ -192,7 +192,7 @@ } .et2_selectbox .ui-multiselect-checkboxes div.ui-icon-close { /*visibility: hidden;*/ - background-image: url(../images/close.png); + background-image: url(../images/close.svg); margin: -2px -3px; padding: 0px; } @@ -371,7 +371,7 @@ } .et2_link_list td div.delete { visibility: hidden; - background-image: url("../images/delete.png"); + background-image: url("../images/delete.svg"); background-position: center; background-repeat: no-repeat; background-size: 12px 12px; @@ -974,11 +974,11 @@ padding-left: 5px; } .et2_vfsPath input.et2_textbox.et2_vfs { - background-image: url(../images/edit.png); + background-image: url(../images/edit.svg); } /*#################################### ET2 SEARCHBOX #####################################################*/ .et2_searchbox button.et2_button { - background-image: url(../images/search.png); + background-image: url(../images/search.svg); background-size: 20px 20px; background-position: center; } diff --git a/pixelegg/css/pixelegg.css b/pixelegg/css/pixelegg.css index 2c93679558..49ca2fd843 100644 --- a/pixelegg/css/pixelegg.css +++ b/pixelegg/css/pixelegg.css @@ -128,7 +128,7 @@ background-image: url(../images/email.png); } a.et2_url.phone { - background-image: url(../images/phone.png); + background-image: url(../images/phone.svg); } a.et2_url.url { background-image: url(../images/url.png); @@ -203,7 +203,7 @@ } .et2_selectbox .ui-multiselect-checkboxes div.ui-icon-close { /*visibility: hidden;*/ - background-image: url(../images/close.png); + background-image: url(../images/close.svg); margin: -2px -3px; padding: 0px; } @@ -382,7 +382,7 @@ } .et2_link_list td div.delete { visibility: hidden; - background-image: url("../images/delete.png"); + background-image: url("../images/delete.svg"); background-position: center; background-repeat: no-repeat; background-size: 12px 12px; @@ -985,11 +985,11 @@ padding-left: 5px; } .et2_vfsPath input.et2_textbox.et2_vfs { - background-image: url(../images/edit.png); + background-image: url(../images/edit.svg); } /*#################################### ET2 SEARCHBOX #####################################################*/ .et2_searchbox button.et2_button { - background-image: url(../images/search.png); + background-image: url(../images/search.svg); background-size: 20px 20px; background-position: center; } diff --git a/pixelegg/less/etemplate2.less b/pixelegg/less/etemplate2.less index a3dbd9f8ce..0591b0c20d 100755 --- a/pixelegg/less/etemplate2.less +++ b/pixelegg/less/etemplate2.less @@ -106,7 +106,7 @@ a.et2_url.email { background-image: url(../images/email.png); } a.et2_url.phone { - background-image: url(../images/phone.png); + background-image: url(../images/phone.svg); } a.et2_url.url { background-image: url(../images/url.png); @@ -155,7 +155,7 @@ input[type=button] {} .et2_selectbox .ui-multiselect-checkboxes div.ui-icon-close{ /*visibility: hidden;*/ - background-image: url(../images/close.png); + background-image: url(../images/close.svg); margin: -2px -3px; padding: 0px; } @@ -340,7 +340,7 @@ div.et2_file input.et2_file_upload{ td { div.delete { visibility: hidden; - background-image: url("../images/delete.png"); + background-image: url("../images/delete.svg"); background-position: center; background-repeat: no-repeat; background-size: 12px 12px; @@ -959,12 +959,12 @@ ul.et2_nowrap, div.et2_nowrap{ } .et2_vfsPath input.et2_textbox.et2_vfs { - background-image: url(../images/edit.png); + background-image: url(../images/edit.svg); } /*#################################### ET2 SEARCHBOX #####################################################*/ .et2_searchbox button.et2_button { - background-image: url(../images/search.png); + background-image: url(../images/search.svg); background-size: 20px 20px; background-position: center; } diff --git a/pixelegg/mobile/fw_mobile.css b/pixelegg/mobile/fw_mobile.css index e1ce2161f9..d50c56549e 100644 --- a/pixelegg/mobile/fw_mobile.css +++ b/pixelegg/mobile/fw_mobile.css @@ -139,7 +139,7 @@ background-image: url(../images/email.png); } a.et2_url.phone { - background-image: url(../images/phone.png); + background-image: url(../images/phone.svg); } a.et2_url.url { background-image: url(../images/url.png); @@ -214,7 +214,7 @@ } .et2_selectbox .ui-multiselect-checkboxes div.ui-icon-close { /*visibility: hidden;*/ - background-image: url(../images/close.png); + background-image: url(../images/close.svg); margin: -2px -3px; padding: 0px; } @@ -393,7 +393,7 @@ } .et2_link_list td div.delete { visibility: hidden; - background-image: url("../images/delete.png"); + background-image: url("../images/delete.svg"); background-position: center; background-repeat: no-repeat; background-size: 12px 12px; @@ -996,11 +996,11 @@ padding-left: 5px; } .et2_vfsPath input.et2_textbox.et2_vfs { - background-image: url(../images/edit.png); + background-image: url(../images/edit.svg); } /*#################################### ET2 SEARCHBOX #####################################################*/ .et2_searchbox button.et2_button { - background-image: url(../images/search.png); + background-image: url(../images/search.svg); background-size: 20px 20px; background-position: center; }