From 7130b7a249bdb274033ba29e08c32f7f1c16ead8 Mon Sep 17 00:00:00 2001 From: Rob Cutmore Date: Mon, 7 Mar 2016 06:08:43 -0500 Subject: [PATCH] Fix issue when tabbing to file input button Previously when tabbing to a file input button the button text would disappear. This ensures text remains viewable when tabbing to button. --- static/css/main.css | 1 - 1 file changed, 1 deletion(-) diff --git a/static/css/main.css b/static/css/main.css index 762406e7..d2eef5f0 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -154,7 +154,6 @@ right: 0; min-width: 100%; min-height: 100%; - font-size: 999px; text-align: right; filter: alpha(opacity=0); opacity: 0;