mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-18 04:31:06 +01:00
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
c1275309ab
commit
453544d6cf
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user