mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-18 11:58:24 +01:00
Fix upload button in filemanager mobile view
This commit is contained in:
parent
166168b5bf
commit
bde2b7f86d
@ -132,12 +132,15 @@
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
#filemanager-index_filemanager-index-header_left .et2_file.plus_button .et2_file_span {
|
#filemanager-index_filemanager-index-header_left .et2_file.plus_button .et2_file_span::part(base) {
|
||||||
width: 50px;
|
width: 50px;
|
||||||
height: 50px;
|
height: 50px;
|
||||||
border: none;
|
border: none;
|
||||||
background: none;
|
background: none;
|
||||||
}
|
}
|
||||||
|
#filemanager-index_filemanager-index-header_left .et2_file.plus_button .et2_file_span::part(prefix) {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
#filemanager-index_filemanager-index-header_left .et2_file.plus_button .et2_file_upload {
|
#filemanager-index_filemanager-index-header_left .et2_file.plus_button .et2_file_upload {
|
||||||
width: 60px;
|
width: 60px;
|
||||||
height: 60px;
|
height: 60px;
|
||||||
@ -157,4 +160,3 @@
|
|||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/*# sourceMappingURL=app.css.map */
|
|
@ -115,12 +115,16 @@
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
border: none;
|
border: none;
|
||||||
.et2_file_span{
|
.et2_file_span::part(base){
|
||||||
width:50px;
|
width:50px;
|
||||||
height: 50px;
|
height: 50px;
|
||||||
border: none;
|
border: none;
|
||||||
background: none;
|
background: none;
|
||||||
}
|
}
|
||||||
|
.et2_file_span::part(prefix)
|
||||||
|
{
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
.et2_file_upload {
|
.et2_file_upload {
|
||||||
width: 60px;
|
width: 60px;
|
||||||
height: 60px;
|
height: 60px;
|
||||||
|
Loading…
Reference in New Issue
Block a user