Closes #142, better .form-control

This commit is contained in:
James Brooks
2014-12-30 20:19:12 +00:00
parent 2be4284e56
commit e6a8c5d788
7 changed files with 59 additions and 53 deletions
+15 -11
View File
@@ -3,17 +3,21 @@ label {
}
.form-control {
@include box-shadow(none);
}
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
@include box-shadow(none !important);
@include transition(border-color ease-in-out .15s, box-shadow ease-in-out .15s);
input.form-control {
padding: 2px 8px;
height: 40px;
&:focus {
border-color: #66afe9;
}
.form-control:focus {
padding: 2px 8px;
border: 1px solid #999;
outline: 0;
@include box-shadow(none);
}
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+2 -2
View File
@@ -1,4 +1,4 @@
{
"css/all.css": "css/all-f9e4f3a6.css",
"js/all.js": "js/all-4554a981.js"
"css/all.css": "css/all-5e690747.css",
"js/all.js": "js/all-1604355c.js"
}