use SVG for attach icon

This commit is contained in:
nathangray 2019-09-09 16:29:12 -06:00
parent 5c9678999c
commit 861794fc4d
5 changed files with 5 additions and 5 deletions

View File

@ -250,7 +250,7 @@
background-color: #FFDD73;
}
span.et2_file_span {
background-image: url(../images/attach.png);
background-image: url(../images/attach.svg);
}
span.et2_file_span img[url*="svg"] {
background-color: #b4b4b4 !important;

View File

@ -239,7 +239,7 @@
background-color: #FFDD73;
}
span.et2_file_span {
background-image: url(../images/attach.png);
background-image: url(../images/attach.svg);
}
span.et2_file_span img[url*="svg"] {
background-color: #b4b4b4 !important;

View File

@ -250,7 +250,7 @@
background-color: #FFDD73;
}
span.et2_file_span {
background-image: url(../images/attach.png);
background-image: url(../images/attach.svg);
}
span.et2_file_span img[url*="svg"] {
background-color: #b4b4b4 !important;

View File

@ -206,7 +206,7 @@ span.et2_date span {
background-color: @color_progress;
}
span.et2_file_span{
background-image: url(../images/attach.png);
background-image: url(../images/attach.svg);
.Complete_Button_save_apply_copy !important;
}
div.et2_file input.et2_file_upload{

View File

@ -261,7 +261,7 @@
background-color: #FFDD73;
}
span.et2_file_span {
background-image: url(../images/attach.png);
background-image: url(../images/attach.svg);
}
span.et2_file_span img[url*="svg"] {
background-color: #b4b4b4 !important;