Closes #142, better .form-control
This commit is contained in:
@@ -3,17 +3,21 @@ label {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.form-control {
|
.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 {
|
&:focus {
|
||||||
padding: 2px 8px;
|
border-color: #66afe9;
|
||||||
height: 40px;
|
}
|
||||||
}
|
|
||||||
|
|
||||||
.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
@@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"css/all.css": "css/all-f9e4f3a6.css",
|
"css/all.css": "css/all-5e690747.css",
|
||||||
"js/all.js": "js/all-4554a981.js"
|
"js/all.js": "js/all-1604355c.js"
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user