forked from extern/egroupware
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 {
|
#filemanager-index .et2_file {
|
||||||
/*background-color: @egw_color_2_a;*/
|
/*background-color: @egw_color_2_a;*/
|
||||||
height: 24px;
|
|
||||||
}
|
}
|
||||||
#filemanager-index .et2_file input#filemanager-index_upload {
|
#filemanager-index .et2_file input#filemanager-index_upload {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
@ -230,7 +229,7 @@ div.filemanager_navigation > label > input {
|
|||||||
background-color: #1aa200 !important;
|
background-color: #1aa200 !important;
|
||||||
}
|
}
|
||||||
#filemanager-index .et2_file div.progress {
|
#filemanager-index .et2_file div.progress {
|
||||||
width: 0px;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
#filemanager-index #filemanager-index_tarp {
|
#filemanager-index #filemanager-index_tarp {
|
||||||
width: 32px !important;
|
width: 32px !important;
|
||||||
|
@ -112,7 +112,6 @@ div.filemanager_navigation > label > input {
|
|||||||
|
|
||||||
.et2_file{
|
.et2_file{
|
||||||
/*background-color: @egw_color_2_a;*/
|
/*background-color: @egw_color_2_a;*/
|
||||||
.dimension_height_m;
|
|
||||||
input#filemanager-index_upload {
|
input#filemanager-index_upload {
|
||||||
color: @gray_0;
|
color: @gray_0;
|
||||||
width: 250px;
|
width: 250px;
|
||||||
@ -121,7 +120,7 @@ div.filemanager_navigation > label > input {
|
|||||||
&:active {background-color: @color_positive_action_active !important;}
|
&: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