Skip to content

Commit

Permalink
style form-control-feedback class, fixes thomaspark#247
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspark committed Apr 13, 2014
1 parent 7439be2 commit 7288219
Show file tree
Hide file tree
Showing 27 changed files with 119 additions and 65 deletions.
9 changes: 6 additions & 3 deletions amelia/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -5837,23 +5837,26 @@ legend {
color: #fff;
}
.has-warning .help-block,
.has-warning .control-label {
.has-warning .control-label,
.has-warning .form-control-feedback {
color: #ecd77f;
}
.has-warning .form-control,
.has-warning .form-control:focus {
border-color: #ecd77f;
}
.has-error .help-block,
.has-error .control-label {
.has-error .control-label,
.has-error .form-control-feedback {
color: #f0a6ac;
}
.has-error .form-control,
.has-error .form-control:focus {
border-color: #f0a6ac;
}
.has-success .help-block,
.has-success .control-label {
.has-success .control-label,
.has-success .form-control-feedback {
color: #93e08b;
}
.has-success .form-control,
Expand Down
2 changes: 1 addition & 1 deletion amelia/bootstrap.min.css

Large diffs are not rendered by default.

9 changes: 6 additions & 3 deletions amelia/bootswatch.less
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@ legend {

.has-warning {
.help-block,
.control-label {
.control-label,
.form-control-feedback {
color: lighten(@brand-warning, 20%);
}

Expand All @@ -112,7 +113,8 @@ legend {

.has-error {
.help-block,
.control-label {
.control-label,
.form-control-feedback {
color: lighten(@brand-primary, 40%);
}

Expand All @@ -124,7 +126,8 @@ legend {

.has-success {
.help-block,
.control-label {
.control-label,
.form-control-feedback {
color: lighten(@brand-success, 20%);
}

Expand Down
9 changes: 6 additions & 3 deletions cosmo/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -5832,23 +5832,26 @@ table .info a,
color: #fff;
}
.has-warning .help-block,
.has-warning .control-label {
.has-warning .control-label,
.has-warning .form-control-feedback {
color: #ff7518;
}
.has-warning .form-control,
.has-warning .form-control:focus {
border: 1px solid #ff7518;
}
.has-error .help-block,
.has-error .control-label {
.has-error .control-label,
.has-error .form-control-feedback {
color: #ff0039;
}
.has-error .form-control,
.has-error .form-control:focus {
border: 1px solid #ff0039;
}
.has-success .help-block,
.has-success .control-label {
.has-success .control-label,
.has-success .form-control-feedback {
color: #3fb618;
}
.has-success .form-control,
Expand Down
2 changes: 1 addition & 1 deletion cosmo/bootstrap.min.css

Large diffs are not rendered by default.

9 changes: 6 additions & 3 deletions cosmo/bootswatch.less
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ table,

.has-warning {
.help-block,
.control-label {
.control-label,
.form-control-feedback {
color: @brand-warning;
}

Expand All @@ -88,7 +89,8 @@ table,

.has-error {
.help-block,
.control-label {
.control-label,
.form-control-feedback {
color: @brand-danger;
}

Expand All @@ -100,7 +102,8 @@ table,

.has-success {
.help-block,
.control-label {
.control-label,
.form-control-feedback {
color: @brand-success;
}

Expand Down
9 changes: 6 additions & 3 deletions cyborg/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -5820,23 +5820,26 @@ table .text-muted,
background-color: #181818;
}
.has-warning .help-block,
.has-warning .control-label {
.has-warning .control-label,
.has-warning .form-control-feedback {
color: #ff8800;
}
.has-warning .form-control,
.has-warning .form-control:focus {
border-color: #ff8800;
}
.has-error .help-block,
.has-error .control-label {
.has-error .control-label,
.has-error .form-control-feedback {
color: #cc0000;
}
.has-error .form-control,
.has-error .form-control:focus {
border-color: #cc0000;
}
.has-success .help-block,
.has-success .control-label {
.has-success .control-label,
.has-success .form-control-feedback {
color: #77b300;
}
.has-success .form-control,
Expand Down
2 changes: 1 addition & 1 deletion cyborg/bootstrap.min.css

Large diffs are not rendered by default.

9 changes: 6 additions & 3 deletions cyborg/bootswatch.less
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ table,

.has-warning {
.help-block,
.control-label {
.control-label,
.form-control-feedback {
color: @brand-warning;
}

Expand All @@ -76,7 +77,8 @@ table,

.has-error {
.help-block,
.control-label {
.control-label,
.form-control-feedback {
color: @brand-danger;
}

Expand All @@ -88,7 +90,8 @@ table,

.has-success {
.help-block,
.control-label {
.control-label,
.form-control-feedback {
color: @brand-success;
}

Expand Down
9 changes: 6 additions & 3 deletions darkly/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -5898,7 +5898,8 @@ textarea:focus {
box-shadow: none;
}
.has-warning .help-block,
.has-warning .control-label {
.has-warning .control-label,
.has-warning .form-control-feedback {
color: #f39c12;
}
.has-warning .form-control,
Expand All @@ -5907,7 +5908,8 @@ textarea:focus {
box-shadow: none;
}
.has-error .help-block,
.has-error .control-label {
.has-error .control-label,
.has-error .form-control-feedback {
color: #e74c3c;
}
.has-error .form-control,
Expand All @@ -5916,7 +5918,8 @@ textarea:focus {
box-shadow: none;
}
.has-success .help-block,
.has-success .control-label {
.has-success .control-label,
.has-success .form-control-feedback {
color: #00bc8c;
}
.has-success .form-control,
Expand Down
2 changes: 1 addition & 1 deletion darkly/bootstrap.min.css

Large diffs are not rendered by default.

9 changes: 6 additions & 3 deletions darkly/bootswatch.less
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,8 @@ textarea {

.has-warning {
.help-block,
.control-label {
.control-label,
.form-control-feedback {
color: @brand-warning;
}

Expand All @@ -148,7 +149,8 @@ textarea {

.has-error {
.help-block,
.control-label {
.control-label,
.form-control-feedback {
color: @brand-danger;
}

Expand All @@ -160,7 +162,8 @@ textarea {

.has-success {
.help-block,
.control-label {
.control-label,
.form-control-feedback {
color: @brand-success;
}

Expand Down
9 changes: 6 additions & 3 deletions flatly/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -5886,23 +5886,26 @@ input:focus {
box-shadow: none;
}
.has-warning .help-block,
.has-warning .control-label {
.has-warning .control-label,
.has-warning .form-control-feedback {
color: #f39c12;
}
.has-warning .form-control,
.has-warning .form-control:focus {
border: 2px solid #f39c12;
}
.has-error .help-block,
.has-error .control-label {
.has-error .control-label,
.has-error .form-control-feedback {
color: #e74c3c;
}
.has-error .form-control,
.has-error .form-control:focus {
border: 2px solid #e74c3c;
}
.has-success .help-block,
.has-success .control-label {
.has-success .control-label,
.has-success .form-control-feedback {
color: #18bc9c;
}
.has-success .form-control,
Expand Down
2 changes: 1 addition & 1 deletion flatly/bootstrap.min.css

Large diffs are not rendered by default.

9 changes: 6 additions & 3 deletions flatly/bootswatch.less
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,8 @@ input, {

.has-warning {
.help-block,
.control-label {
.control-label,
.form-control-feedback {
color: @brand-warning;
}

Expand All @@ -132,7 +133,8 @@ input, {

.has-error {
.help-block,
.control-label {
.control-label,
.form-control-feedback {
color: @brand-danger;
}

Expand All @@ -144,7 +146,8 @@ input, {

.has-success {
.help-block,
.control-label {
.control-label,
.form-control-feedback {
color: @brand-success;
}

Expand Down
9 changes: 6 additions & 3 deletions journal/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -5799,23 +5799,26 @@ button.close {
text-transform: uppercase;
}
.has-warning .help-block,
.has-warning .control-label {
.has-warning .control-label,
.has-warning .form-control-feedback {
color: #f57a00;
}
.has-warning .form-control,
.has-warning .form-control:focus {
border-color: #f57a00;
}
.has-error .help-block,
.has-error .control-label {
.has-error .control-label,
.has-error .form-control-feedback {
color: #eb6864;
}
.has-error .form-control,
.has-error .form-control:focus {
border-color: #eb6864;
}
.has-success .help-block,
.has-success .control-label {
.has-success .control-label,
.has-success .form-control-feedback {
color: #22b24c;
}
.has-success .form-control,
Expand Down
2 changes: 1 addition & 1 deletion journal/bootstrap.min.css

Large diffs are not rendered by default.

9 changes: 6 additions & 3 deletions journal/bootswatch.less
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@

.has-warning {
.help-block,
.control-label {
.control-label,
.form-control-feedback {
color: @brand-danger;
}

Expand All @@ -56,7 +57,8 @@

.has-error {
.help-block,
.control-label {
.control-label,
.form-control-feedback {
color: @brand-primary;
}

Expand All @@ -68,7 +70,8 @@

.has-success {
.help-block,
.control-label {
.control-label,
.form-control-feedback {
color: @brand-success;
}

Expand Down
11 changes: 7 additions & 4 deletions lumen/bootstrap.css
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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,
Expand All @@ -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,
Expand All @@ -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,
Expand Down
Loading

0 comments on commit 7288219

Please sign in to comment.