Fix file upload button does not cover its caption 100%

This commit is contained in:
Hadi Nategh 2018-04-11 16:45:05 +02:00
parent 68e4e1479e
commit 835913e454
5 changed files with 1 additions and 5 deletions

View File

@ -648,7 +648,7 @@ div.et2_file {
}
/* Customize file upload styling */
span.et2_file_span{
display: block;
display: inline-block;
background-position: 2px;
background-image: url(images/attach.png);
background-repeat: no-repeat;

View File

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

View File

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

View File

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

View File

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