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 */