diff --git a/cache.manifest b/cache.manifest index 46cef5be..0a15fd28 100644 --- a/cache.manifest +++ b/cache.manifest @@ -1,5 +1,5 @@ CACHE MANIFEST -# Mon May 20 00:29:17 GMT 2013 +# Mon May 20 00:52:44 GMT 2013 CACHE: index.html diff --git a/css/main-min.css b/css/main-min.css index 238b7fb2..37f9e097 100644 --- a/css/main-min.css +++ b/css/main-min.css @@ -5404,7 +5404,7 @@ textarea, .input-prepend .add-on { border: 1px solid #ddd !important; } -textarea:focus, +.modal textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, @@ -5421,7 +5421,9 @@ input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus { - border-color: rgba(82, 168, 236, 0.8) !important; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(128, 128, 128, 0.6) !important; + -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(128, 128, 128, 0.6) !important; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(128, 128, 128, 0.6) !important; } .help-block { color: #999999;