From 19c983a337104a958cfed41c2ce78dee2b9ee73c Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Thu, 6 Mar 2014 03:32:25 -0500 Subject: flatly: change input border color from green to blue --- flatly/bootstrap.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'flatly/bootstrap.css') diff --git a/flatly/bootstrap.css b/flatly/bootstrap.css index 9cbca9d1..e9a059f5 100644 --- a/flatly/bootstrap.css +++ b/flatly/bootstrap.css @@ -1706,10 +1706,10 @@ output { transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; } .form-control:focus { - border-color: #1abc9c; + border-color: #2c3e50; outline: 0; - -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(26, 188, 156, 0.6); - box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(26, 188, 156, 0.6); + -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(44, 62, 80, 0.6); + box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(44, 62, 80, 0.6); } .form-control::-moz-placeholder { color: #acb6c0; -- cgit v1.2.3