Skip to content

Commit

Permalink
slate: use default caret style
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspark committed Apr 3, 2014
1 parent f316117 commit 722db17
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
4 changes: 4 additions & 0 deletions slate/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -5961,6 +5961,10 @@ h6 {
.table-responsive > .table {
background-color: #2e3338;
}
input,
textarea {
color: #272b30;
}
.has-warning .help-block,
.has-warning .control-label {
color: #f89406;
Expand Down
2 changes: 1 addition & 1 deletion slate/bootstrap.min.css

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions slate/bootswatch.less
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,11 @@ h1, h2, h3, h4, h5, h6 {

// Forms ======================================================================

input,
textarea {
color: @input-color;
}

.has-warning {
.help-block,
.control-label {
Expand Down

0 comments on commit 722db17

Please sign in to comment.