diff options
Diffstat (limited to 'cerulean/bootstrap.css')
-rw-r--r-- | cerulean/bootstrap.css | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/cerulean/bootstrap.css b/cerulean/bootstrap.css index 05962c3a..1fd62f95 100644 --- a/cerulean/bootstrap.css +++ b/cerulean/bootstrap.css @@ -705,12 +705,12 @@ a.text-error:focus { } .text-info { - color: #817b58; + color: #178acc; } a.text-info:hover, a.text-info:focus { - color: #625e43; + color: #126b9e; } .text-success { @@ -1576,7 +1576,7 @@ input[type="checkbox"][readonly] { .control-group.info .control-label, .control-group.info .help-block, .control-group.info .help-inline { - color: #817b58; + color: #178acc; } .control-group.info .checkbox, @@ -1584,13 +1584,13 @@ input[type="checkbox"][readonly] { .control-group.info input, .control-group.info select, .control-group.info textarea { - color: #817b58; + color: #178acc; } .control-group.info input, .control-group.info select, .control-group.info textarea { - border-color: #817b58; + border-color: #178acc; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); @@ -1599,17 +1599,17 @@ input[type="checkbox"][readonly] { .control-group.info input:focus, .control-group.info select:focus, .control-group.info textarea:focus { - border-color: #625e43; - -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #b1ad8d; - -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #b1ad8d; - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #b1ad8d; + border-color: #126b9e; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #5db8ec; + -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #5db8ec; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #5db8ec; } .control-group.info .input-prepend .add-on, .control-group.info .input-append .add-on { - color: #817b58; + color: #178acc; background-color: #a7dff1; - border-color: #817b58; + border-color: #178acc; } input:focus:invalid, @@ -3916,13 +3916,13 @@ input[type="submit"].btn.btn-mini { } .alert-info { - color: #817b58; + color: #178acc; background-color: #a7dff1; border-color: #88e4ec; } .alert-info h4 { - color: #817b58; + color: #178acc; } .alert-block { @@ -5695,12 +5695,12 @@ a.badge:focus { .label-info, .badge-info { - background-color: #817b58; + background-color: #178acc; } .label-info[href], .badge-info[href] { - background-color: #625e43; + background-color: #126b9e; } .label-inverse, |