aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
Diffstat (limited to 'less')
-rw-r--r--less/forms.less15
-rw-r--r--less/tables.less1
2 files changed, 15 insertions, 1 deletions
diff --git a/less/forms.less b/less/forms.less
index 1d8fd0c2d..999cb506e 100644
--- a/less/forms.less
+++ b/less/forms.less
@@ -194,6 +194,21 @@ input[type="month"] {
}
}
+// IE 11 hack to reverse the iOS temporal input hack.
+_:-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: @line-height-base;
+
+ &.input-sm {
+ line-height: @line-height-small;
+ }
+ &.input-lg {
+ line-height: @line-height-large;
+ }
+}
+
// Form groups
//
diff --git a/less/tables.less b/less/tables.less
index 1dfc46c85..a65a1a304 100644
--- a/less/tables.less
+++ b/less/tables.less
@@ -177,7 +177,6 @@ table {
overflow-y: hidden;
-ms-overflow-style: -ms-autohiding-scrollbar;
border: 1px solid @table-border-color;
- -webkit-overflow-scrolling: touch;
// Tighten up spacing
> .table {