summaryrefslogtreecommitdiff
path: root/bower_components/bootstrap/less/forms.less
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.co>2015-11-24 18:28:55 -0500
committerThomas Park <thomas@thomaspark.co>2015-11-24 18:28:55 -0500
commit3111a85f81a3fb53c7e1259d4a7d298b58d5ccfc (patch)
tree693196431854c805677a065c4e8f31abc7f19c19 /bower_components/bootstrap/less/forms.less
parentffda96bcf751dee3c70d66507de349bdb2220224 (diff)
update bootstrap to 3.3.6
Diffstat (limited to 'bower_components/bootstrap/less/forms.less')
-rw-r--r--bower_components/bootstrap/less/forms.less12
1 files changed, 9 insertions, 3 deletions
diff --git a/bower_components/bootstrap/less/forms.less b/bower_components/bootstrap/less/forms.less
index b064ede4..e8b071a1 100644
--- a/bower_components/bootstrap/less/forms.less
+++ b/bower_components/bootstrap/less/forms.less
@@ -132,6 +132,12 @@ output {
// Placeholder
.placeholder();
+ // Unstyle the caret on `<select>`s in IE10+.
+ &::-ms-expand {
+ border: 0;
+ background-color: transparent;
+ }
+
// Disabled and read-only inputs
//
// HTML5 says that controls under a fieldset > legend:first-child won't be
@@ -433,10 +439,10 @@ input[type="checkbox"] {
.has-feedback label {
& ~ .form-control-feedback {
- top: (@line-height-computed + 5); // Height of the `label` and its margin
+ top: (@line-height-computed + 5); // Height of the `label` and its margin
}
&.sr-only ~ .form-control-feedback {
- top: 0;
+ top: 0;
}
}
@@ -591,7 +597,7 @@ input[type="checkbox"] {
.form-group-lg {
@media (min-width: @screen-sm-min) {
.control-label {
- padding-top: ((@padding-large-vertical * @line-height-large) + 1);
+ padding-top: (@padding-large-vertical + 1);
font-size: @font-size-large;
}
}