From: Frédéric Péters Date: Wed, 22 Feb 2017 20:52:50 +0000 (+0100) Subject: increase translucence of file input widget even more X-Git-Url: https://git.0d.be/?p=nanofun.git;a=commitdiff_plain;h=0bdffc5000ac4f4fb1881a15282dad05e105edb0 increase translucence of file input widget even more --- diff --git a/nanofun.css b/nanofun.css index ea67cf5..3f09e58 100644 --- a/nanofun.css +++ b/nanofun.css @@ -45,7 +45,7 @@ div.nanotouch input[type=file] { left: 0; width: 100%; height: 100%; - opacity: 0.01; + opacity: 0.001; margin: 0; cursor: pointer; }