Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <otto@github.com>2014-08-03 08:16:32 +0400
committerMark Otto <otto@github.com>2014-08-03 08:16:32 +0400
commit6424acf69ae40a916db04b5c3235f1780f11b4be (patch)
treef7dcb8f3d4a78f4e960e7bf29eb68a1f45a613e1 /docs/dist/css/bootstrap.css
parent9d0872b74821a72f91e8604d69e6f94054ff0490 (diff)
Fixes #14234: Reset the hack IE8-10 with another hack just for IE11 for temporal inputs and line-height
Diffstat (limited to 'docs/dist/css/bootstrap.css')
-rw-r--r--docs/dist/css/bootstrap.css31
1 files changed, 30 insertions, 1 deletions
diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css
index 9d58294a0a..ecf99df6a5 100644
--- a/docs/dist/css/bootstrap.css
+++ b/docs/dist/css/bootstrap.css
@@ -2254,7 +2254,6 @@ table th[class*="col-"] {
overflow-y: hidden;
-ms-overflow-style: -ms-autohiding-scrollbar;
border: 1px solid #ddd;
- /*-webkit-overflow-scrolling: touch;*/
}
.table-responsive > .table {
margin-bottom: 0;
@@ -2420,6 +2419,36 @@ input[type="month"].input-lg {
line-height: 46px;
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.42857143;
+}
+_:-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;
}