diff options
Diffstat (limited to 'lumen/bootstrap.css')
-rw-r--r-- | lumen/bootstrap.css | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/lumen/bootstrap.css b/lumen/bootstrap.css index c20c9196..bc8a7f73 100644 --- a/lumen/bootstrap.css +++ b/lumen/bootstrap.css @@ -1,6 +1,6 @@ @import url("//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,400italic"); /*! - * Bootswatch v3.1.1 + * Bootswatch v3.1.1+1 * Homepage: http://bootswatch.com * Copyright 2012-2014 Thomas Park * Licensed under MIT @@ -5919,7 +5919,8 @@ label { font-weight: normal; } .has-warning .help-block, -.has-warning .control-label { +.has-warning .control-label, +.has-warning .form-control-feedback { color: #ff851b; } .has-warning .form-control, @@ -5929,7 +5930,8 @@ label { box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.075); } .has-error .help-block, -.has-error .control-label { +.has-error .control-label, +.has-error .form-control-feedback { color: #ff4136; } .has-error .form-control, @@ -5939,7 +5941,8 @@ label { box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.075); } .has-success .help-block, -.has-success .control-label { +.has-success .control-label, +.has-success .form-control-feedback { color: #28b62c; } .has-success .form-control, |