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

github.com/twbs/bootstrap-rubygem.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTejas Bubane <tejasbubane@gmail.com>2020-05-17 20:00:46 +0300
committerGleb Mazovetskiy <glex.spb@gmail.com>2020-05-18 21:18:18 +0300
commit931a680337506c115ee276c3830d322fdafac029 (patch)
treea23eb3c2582f4df1de10ff5b9237536480c95488 /assets/stylesheets/bootstrap/_forms.scss
parent5d8c6b7117ffe5e1a4eb76126728aa26dd8c89d4 (diff)
rake 'update[v4.5.0]'
Diffstat (limited to 'assets/stylesheets/bootstrap/_forms.scss')
-rw-r--r--assets/stylesheets/bootstrap/_forms.scss9
1 files changed, 9 insertions, 0 deletions
diff --git a/assets/stylesheets/bootstrap/_forms.scss b/assets/stylesheets/bootstrap/_forms.scss
index b2edb7b..66a4efe 100644
--- a/assets/stylesheets/bootstrap/_forms.scss
+++ b/assets/stylesheets/bootstrap/_forms.scss
@@ -59,6 +59,15 @@
}
}
+input[type="date"],
+input[type="time"],
+input[type="datetime-local"],
+input[type="month"] {
+ &.form-control {
+ appearance: none; // Fix appearance for date inputs in Safari
+ }
+}
+
select.form-control {
&:focus::-ms-value {
// Suppress the nested default white text on blue background highlight given to