Override padding and border for remove class in fileupload progress, seems it gets padding from et2_link:firstChild class which is not meant to be set for remove div.

-Fix wierd yellow box next to fileupload progress.
This commit is contained in:
Hadi Nategh 2014-08-15 08:55:11 +00:00
parent 1f3bb33fd8
commit a03a69bd8e

View File

@ -484,11 +484,13 @@ div.et2_file {
}
/* Remove icon displayed when hovering */
.et2_file .progress li div.remove {
display: inline-block;
display: inline;
cursor: pointer;
margin: 0px;
width: 16px;
height: 16px;
padding: 0;
border-radius: 0;
}
.et2_file .progress li:hover div.remove {
width: 16px;