Skip to content
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.

Commit

Permalink
Replace input* selector with .form-control
Browse files Browse the repository at this point in the history
  • Loading branch information
anhskohbo committed Dec 6, 2013
1 parent 8eb8070 commit 364794b
Showing 1 changed file with 2 additions and 17 deletions.
19 changes: 2 additions & 17 deletions public/assets/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -202,22 +202,7 @@ a:hover{
margin-right: 0;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.form-control,
.uneditable-input {
font-size: 13px;
margin-bottom: 0;
Expand Down Expand Up @@ -339,4 +324,4 @@ body.modal-open,
body {
padding: 0 !important;
}
}
}

0 comments on commit 364794b

Please sign in to comment.