fileloader.css
348 Bytes
.fileloader-item-name {
display: inline-block;
}
.fileloader-item-name a {
text-decoration: none;
border-bottom: dotted 1px;
}
.fileloader-item-name a:hover, .fileloader-item-name a:focus {
text-decoration: none;
}
.fileloader-item-remove {
padding-left: 10px;
cursor: pointer;
}
.fileloader-file {
position: relative;
}