Replace link_to icon from plus to attach

This commit is contained in:
Hadi Nategh 2016-04-18 10:58:51 +00:00
parent bb59879064
commit c4ff76b47d
5 changed files with 5 additions and 9 deletions

View File

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

View File

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

View File

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

View File

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

View File

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