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 11:25:14 +00:00
parent c1275309ab
commit 453544d6cf

View File

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