mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-07-01 07:02:48 +02:00
Fix extra progress bar shown always under file name even before the uploading processes get started
This commit is contained in:
@ -534,6 +534,7 @@ div.et2_file {
|
|||||||
background-color: green;
|
background-color: green;
|
||||||
height: 5px;
|
height: 5px;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
|
width: 0px;
|
||||||
}
|
}
|
||||||
/* Hide progress bar when completed */
|
/* Hide progress bar when completed */
|
||||||
.et2_file .progress li.success > span.progressBar {
|
.et2_file .progress li.success > span.progressBar {
|
||||||
|
Reference in New Issue
Block a user