1
0
Fork 0
file-manager/assets/upload.css

8 lines
134 B
CSS
Raw Normal View History

2016-10-09 13:17:00 +08:00
.custom-file-control.file-selected:after {
display: none;
}
.custom-file-control {
white-space: nowrap;
text-overflow: ellipsis;
}