summaryrefslogtreecommitdiff
path: root/flatly/bootstrap.css
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2014-03-06 03:32:25 -0500
committerThomas Park <thomas@thomaspark.me>2014-03-06 03:32:25 -0500
commit19c983a337104a958cfed41c2ce78dee2b9ee73c (patch)
treeeefedc9207383ff1652bce6709286d0a4cae7999 /flatly/bootstrap.css
parent5226a30d7df2eb15a06b9014507da767d205de30 (diff)
flatly: change input border color from green to blue
Diffstat (limited to 'flatly/bootstrap.css')
-rw-r--r--flatly/bootstrap.css6
1 files changed, 3 insertions, 3 deletions
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;