forked from extern/egroupware
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:
parent
1f3bb33fd8
commit
a03a69bd8e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user