From c4ff76b47d9f4bc659c6ba2dc97caba2fddc0be2 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Mon, 18 Apr 2016 10:58:51 +0000 Subject: [PATCH] Replace link_to icon from plus to attach --- api/templates/default/etemplate2.css | 2 +- pixelegg/css/mobile.css | 3 +-- pixelegg/css/pixelegg.css | 3 +-- pixelegg/less/etemplate2.less | 3 +-- pixelegg/mobile/fw_mobile.css | 3 +-- 5 files changed, 5 insertions(+), 9 deletions(-) diff --git a/api/templates/default/etemplate2.css b/api/templates/default/etemplate2.css index 26892e5603..845dac0ac3 100644 --- a/api/templates/default/etemplate2.css +++ b/api/templates/default/etemplate2.css @@ -645,7 +645,7 @@ div.et2_file { span.et2_file_span{ display: block; background-position: 2px; - background-image: url(images/upload.png); + background-image: url(images/attach.png); background-repeat: no-repeat; background-size: 16px; cursor: pointer; diff --git a/pixelegg/css/mobile.css b/pixelegg/css/mobile.css index 03873ac774..f82096887f 100644 --- a/pixelegg/css/mobile.css +++ b/pixelegg/css/mobile.css @@ -250,7 +250,7 @@ background-color: #ffdd73; } span.et2_file_span { - background-image: url(../images/upload.png); + background-image: url(../images/attach.png); width: 145px; } span.et2_file_span img[url*="svg"] { @@ -355,7 +355,6 @@ left: 0px; } .et2_link_to .et2_file span { - background-image: url("../images/add.png"); background-position: center; background-size: 16px 16px; background-repeat: no-repeat; diff --git a/pixelegg/css/pixelegg.css b/pixelegg/css/pixelegg.css index 632803200b..932b4cef5e 100644 --- a/pixelegg/css/pixelegg.css +++ b/pixelegg/css/pixelegg.css @@ -239,7 +239,7 @@ background-color: #ffdd73; } span.et2_file_span { - background-image: url(../images/upload.png); + background-image: url(../images/attach.png); width: 145px; } span.et2_file_span img[url*="svg"] { @@ -344,7 +344,6 @@ left: 0px; } .et2_link_to .et2_file span { - background-image: url("../images/add.png"); background-position: center; background-size: 16px 16px; background-repeat: no-repeat; diff --git a/pixelegg/less/etemplate2.less b/pixelegg/less/etemplate2.less index b955f10a1e..830923dc3b 100755 --- a/pixelegg/less/etemplate2.less +++ b/pixelegg/less/etemplate2.less @@ -201,7 +201,7 @@ span.et2_date span { background-color: @color_progress; } span.et2_file_span{ - background-image: url(../images/upload.png); + background-image: url(../images/attach.png); width: 145px; .Complete_Button_save_apply_copy !important; } @@ -300,7 +300,6 @@ div.et2_file input.et2_file_upload{ } .et2_file { span { - background-image: url("../images/add.png"); background-position: center; background-size: 16px 16px; background-repeat: no-repeat; diff --git a/pixelegg/mobile/fw_mobile.css b/pixelegg/mobile/fw_mobile.css index 4699ec54f6..6581af84d0 100644 --- a/pixelegg/mobile/fw_mobile.css +++ b/pixelegg/mobile/fw_mobile.css @@ -261,7 +261,7 @@ background-color: #ffdd73; } span.et2_file_span { - background-image: url(../images/upload.png); + background-image: url(../images/attach.png); width: 145px; } span.et2_file_span img[url*="svg"] { @@ -366,7 +366,6 @@ left: 0px; } .et2_link_to .et2_file span { - background-image: url("../images/add.png"); background-position: center; background-size: 16px 16px; background-repeat: no-repeat;