summaryrefslogtreecommitdiff
path: root/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss
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-sass-official/assets/stylesheets/bootstrap/_forms.scss
parentffda96bcf751dee3c70d66507de349bdb2220224 (diff)
update bootstrap to 3.3.6
Diffstat (limited to 'bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss')
-rw-r--r--bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss12
1 files changed, 9 insertions, 3 deletions
diff --git a/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss b/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss
index de4befdb..11ba1096 100644
--- a/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss
+++ b/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss
@@ -132,6 +132,12 @@ output {
// Placeholder
@include 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
@@ -431,10 +437,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;
}
}
@@ -595,7 +601,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;
}
}