From 20cc7ed4d2691ab9281da3b8fd4605f26445bc8d Mon Sep 17 00:00:00 2001 From: connors Date: Fri, 2 Aug 2013 21:27:28 -0700 Subject: [PATCH] herp derp --- dist/ratchet.css | 2 +- lib/css/forms.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/ratchet.css b/dist/ratchet.css index 61bc923..9945574 100644 --- a/dist/ratchet.css +++ b/dist/ratchet.css @@ -581,7 +581,7 @@ input[type=search] { font-size: 14px; border-radius: 6px; border-width: 0; - background-color: rgba(0,0,0,.11); + background-color: rgba(0,0,0,.1); } /* Allow text area's height to grow larger than a normal input */ diff --git a/lib/css/forms.css b/lib/css/forms.css index f1834a6..c25111a 100644 --- a/lib/css/forms.css +++ b/lib/css/forms.css @@ -46,7 +46,7 @@ input[type=search] { font-size: 14px; border-radius: 6px; border-width: 0; - background-color: rgba(0,0,0,.11); + background-color: rgba(0,0,0,.1); } /* Allow text area's height to grow larger than a normal input */