mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 09:23:28 +01:00
Stop hiding upload progress / errors
This commit is contained in:
parent
b93286a467
commit
756e5c1732
@ -206,7 +206,6 @@ div.filemanager_navigation > label > input {
|
||||
}
|
||||
#filemanager-index .et2_file {
|
||||
/*background-color: @egw_color_2_a;*/
|
||||
height: 24px;
|
||||
}
|
||||
#filemanager-index .et2_file input#filemanager-index_upload {
|
||||
color: #ffffff;
|
||||
@ -230,7 +229,7 @@ div.filemanager_navigation > label > input {
|
||||
background-color: #1aa200 !important;
|
||||
}
|
||||
#filemanager-index .et2_file div.progress {
|
||||
width: 0px;
|
||||
z-index: 1;
|
||||
}
|
||||
#filemanager-index #filemanager-index_tarp {
|
||||
width: 32px !important;
|
||||
|
@ -112,7 +112,6 @@ div.filemanager_navigation > label > input {
|
||||
|
||||
.et2_file{
|
||||
/*background-color: @egw_color_2_a;*/
|
||||
.dimension_height_m;
|
||||
input#filemanager-index_upload {
|
||||
color: @gray_0;
|
||||
width: 250px;
|
||||
@ -121,7 +120,7 @@ div.filemanager_navigation > label > input {
|
||||
&:active {background-color: @color_positive_action_active !important;}
|
||||
}
|
||||
|
||||
div.progress {width: 0px;}
|
||||
div.progress {z-index: 1;}
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user