diff options
author | Peter Grassberger <petertheone@gmail.com> | 2016-06-27 23:17:12 (GMT) |
---|---|---|
committer | Peter Grassberger <petertheone@gmail.com> | 2016-06-27 23:17:12 (GMT) |
commit | 06bd47c0bed25779d679eab1385b74345f7f153b (patch) | |
tree | 42042792530b715fbc70c4f94ae87a136ef99075 /www/styles | |
parent | 7f14cd762b6a3381c5f3f926ed68c3c0e8cdf4d2 (diff) |
uploadModal: hide input, fix duplicate events
Diffstat (limited to 'www/styles')
-rw-r--r-- | www/styles/main-style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/styles/main-style.css b/www/styles/main-style.css index 9ee1b83..b76c32f 100644 --- a/www/styles/main-style.css +++ b/www/styles/main-style.css @@ -94,6 +94,10 @@ body { background-position: center center; } +#uploadModal div.modal-body .drop form input { + display: none; +} + #uploadModal div.modal-body form { display: block; width: 100%; |