Skip to content

Commit

Permalink
Default input
Browse files Browse the repository at this point in the history
  • Loading branch information
adeojonathan committed Oct 12, 2014
1 parent 2bed989 commit f41d87e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bootstrap/css/multiloquent/style.css
Expand Up @@ -194,6 +194,10 @@ body {
background-color: #2572a9;
}
/* ---- inputs ---- */
.form-control:focus {
border-color: #1c567f;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #1c567f;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
Expand Down
5 changes: 5 additions & 0 deletions bootstrap/less/multiloquent/style.less
Expand Up @@ -234,6 +234,11 @@ body {
}

/* ---- inputs ---- */
.form-control:focus {
border-color: @primary-color;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px @primary-color;
}

.has-warning {
.help-block, .control-label, .radio, .checkbox, .radio-inline, .checkbox-inline {
color: @warning-color;
Expand Down

0 comments on commit f41d87e

Please sign in to comment.