working on making the file upload work over websocket and json
This commit is contained in:
14
goTorrentWebUI/node_modules/material-ui-upload/Upload/index.css
generated
vendored
Normal file
14
goTorrentWebUI/node_modules/material-ui-upload/Upload/index.css
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
.Container {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.FileInput {
|
||||
opacity: 0;
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
right: 0px;
|
||||
bottom: 0px;
|
||||
}
|
Reference in New Issue
Block a user