##// END OF EJS Templates
bold click here in dashboard
bold click here in dashboard

File last commit:

r6838:334470c6
r6852:214f204f
Show More
alternate_uploadform.css
23 lines | 364 B | text/css | CssLexer
/* We need an invisible input field on top of the sentense*/
/* "Drag file onto the list ..." */
.alternate_upload
{
background-color:none;
display: inline;
}
.alternate_upload.form
{
padding: 0;
margin:0;
}
.alternate_upload input.fileinput
{
background-color:red;
position:relative;
opacity: 0;
z-index: 2;
width: 356px;
}