aboutsummaryrefslogtreecommitdiff
path: root/lib/forms.less
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2011-10-19 22:42:49 -0700
committerJacob Thornton <[email protected]>2011-10-19 22:42:49 -0700
commit5ab84f942dadc02db57fbe9dbcc619a5eae3920a (patch)
treea7364a87195a65281bb87b34ec480078a2ae5dde /lib/forms.less
parent8545fe97877dc275df40ab98d408f21ce9a362cf (diff)
parent369b9720c6090985c678076eebb59c080c0ed27c (diff)
downloadbootstrap-5ab84f942dadc02db57fbe9dbcc619a5eae3920a.tar.xz
bootstrap-5ab84f942dadc02db57fbe9dbcc619a5eae3920a.zip
Merge branch '2.0-wip' of github.com:twitter/bootstrap into 2.0-wip
Diffstat (limited to 'lib/forms.less')
-rw-r--r--lib/forms.less12
1 files changed, 4 insertions, 8 deletions
diff --git a/lib/forms.less b/lib/forms.less
index 4bdddc3a2..6edf29e53 100644
--- a/lib/forms.less
+++ b/lib/forms.less
@@ -37,12 +37,6 @@ label {
color: @grayDark;
}
-// Checkboxs and radio buttons
-input[type=checkbox],
-input[type=radio] {
- cursor: pointer;
-}
-
// Inputs, Textareas, Selects
input,
textarea,
@@ -69,11 +63,13 @@ input[type=radio] {
*margin-top: 0; /* IE6-7 */
line-height: normal;
border: none;
+ cursor: pointer;
}
// Reset the file input to browser defaults
input[type=file] {
background-color: @white;
+ background-color: initial;
padding: initial;
border: initial;
line-height: initial;
@@ -323,11 +319,11 @@ textarea[readonly] {
display: block;
width: auto;
min-width: 16px;
- height: 18px;
+ height: @baseLineHeight;
padding: 4px 4px 4px 5px;
margin-right: -1px;
font-weight: normal;
- line-height: 18px;
+ line-height: @baseLineHeight;
color: @grayLight;
text-align: center;
text-shadow: 0 1px 0 @white;