Implemented file drop inputs, Preparing more tools
Update app.py, excel-password-remover.yml, and 30 more files...
This commit is contained in:
15
static/resources/NibblePoker/css/extra.css
Normal file
15
static/resources/NibblePoker/css/extra.css
Normal file
@@ -0,0 +1,15 @@
|
||||
.np-file-input-drop-container {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.np-file-drop-text {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
}
|
||||
|
||||
input[type=file].np-file-input-drop {
|
||||
opacity: 0;
|
||||
cursor: pointer;
|
||||
}
|
Reference in New Issue
Block a user