From 0e23ce3afadaee95f15bf78d4e88868742ad712b Mon Sep 17 00:00:00 2001 From: jamesdhutton Date: Wed, 17 Dec 2014 00:16:11 +0000 Subject: [PATCH] Add styling for file input --- css/skeleton.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/css/skeleton.css b/css/skeleton.css index 09442ec..80dccf5 100644 --- a/css/skeleton.css +++ b/css/skeleton.css @@ -192,6 +192,7 @@ button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, +input[type="file"]:hover, .button:focus, button:focus, input[type="submit"]:focus, @@ -231,6 +232,7 @@ input[type="text"], input[type="tel"], input[type="url"], input[type="password"], +input[type="file"], textarea, select { height: 38px; @@ -247,6 +249,7 @@ input[type="text"], input[type="tel"], input[type="url"], input[type="password"], +input[type="file"], textarea { -webkit-appearance: none; -moz-appearance: none;