From 11d733b48774cfa874bee2bea8ef78874cef49fa Mon Sep 17 00:00:00 2001 From: Ben Date: Sat, 7 May 2016 13:50:51 -0600 Subject: [PATCH] Added 'color' to input[type] rules --- css/skeleton.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/css/skeleton.css b/css/skeleton.css index f28bf6c..115b519 100644 --- a/css/skeleton.css +++ b/css/skeleton.css @@ -232,6 +232,7 @@ input[type="text"], input[type="tel"], input[type="url"], input[type="password"], +input[type="color"], textarea, select { height: 38px; @@ -249,6 +250,7 @@ input[type="text"], input[type="tel"], input[type="url"], input[type="password"], +input[type="color"], textarea { -webkit-appearance: none; -moz-appearance: none; @@ -264,6 +266,7 @@ input[type="text"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, +input[type="color"]:focus, textarea:focus, select:focus { border: 1px solid #33C3F0;