From 0bdffc5000ac4f4fb1881a15282dad05e105edb0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Wed, 22 Feb 2017 21:52:50 +0100 Subject: [PATCH] increase translucence of file input widget even more --- nanofun.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.39.2