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

github.com/vantagedesign/ace-documentation.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/bootstrap/_forms.scss')
-rw-r--r--assets/css/bootstrap/_forms.scss9
1 files changed, 9 insertions, 0 deletions
diff --git a/assets/css/bootstrap/_forms.scss b/assets/css/bootstrap/_forms.scss
index b2edb7b..66a4efe 100644
--- a/assets/css/bootstrap/_forms.scss
+++ b/assets/css/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