Files
Web-NibblePoker/static/resources/NibblePoker/css/extra.css
Herwin Bozet 65db2dea5a Implemented file drop inputs, Preparing more tools
Update app.py, excel-password-remover.yml, and 30 more files...
2025-02-25 23:53:43 +01:00

16 lines
251 B
CSS

.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;
}