aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-08-03 16:18:41 -0700
committerMark Otto <[email protected]>2014-08-03 16:18:41 -0700
commitae9c1609329ff4e033635105aba7ec4aa9899ffb (patch)
treef3fefbf1191b8cafda4b3f439d98ff7eb9970787 /dist/css/bootstrap.css
parentde77d04899f596359a57bafc09ebe8c453e85d2c (diff)
parent6424acf69ae40a916db04b5c3235f1780f11b4be (diff)
downloadbootstrap-ae9c1609329ff4e033635105aba7ec4aa9899ffb.tar.xz
bootstrap-ae9c1609329ff4e033635105aba7ec4aa9899ffb.zip
Merge branch 'master' into derp
Conflicts: dist/css/bootstrap.css.map dist/css/bootstrap.min.css docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css
Diffstat (limited to 'dist/css/bootstrap.css')
-rw-r--r--dist/css/bootstrap.css31
1 files changed, 30 insertions, 1 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css
index 03ce95b82..305efb9bd 100644
--- a/dist/css/bootstrap.css
+++ b/dist/css/bootstrap.css
@@ -1606,7 +1606,6 @@ table th[class*="col-"] {
width: 100%;
margin-bottom: 18px;
overflow-y: hidden;
- -webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
border: 1px solid #eceeef;
}
@@ -1798,6 +1797,36 @@ input[type="month"].input-lg {
line-height: 3.2625rem;
line-height: 1.33 \0;
}
+_:-ms-fullscreen,
+:root input[type="date"],
+_:-ms-fullscreen,
+:root input[type="time"],
+_:-ms-fullscreen,
+:root input[type="datetime-local"],
+_:-ms-fullscreen,
+:root input[type="month"] {
+ line-height: 1.5;
+}
+_:-ms-fullscreen.input-sm,
+:root input[type="date"].input-sm,
+_:-ms-fullscreen.input-sm,
+:root input[type="time"].input-sm,
+_:-ms-fullscreen.input-sm,
+:root input[type="datetime-local"].input-sm,
+_:-ms-fullscreen.input-sm,
+:root input[type="month"].input-sm {
+ line-height: 1.5;
+}
+_:-ms-fullscreen.input-lg,
+:root input[type="date"].input-lg,
+_:-ms-fullscreen.input-lg,
+:root input[type="time"].input-lg,
+_:-ms-fullscreen.input-lg,
+:root input[type="datetime-local"].input-lg,
+_:-ms-fullscreen.input-lg,
+:root input[type="month"].input-lg {
+ line-height: 1.33;
+}
.form-group {
margin-bottom: 15px;
}