diff --git a/resources/sass/_forms.scss b/resources/sass/_forms.scss index 11ea1cc7f..c42399de1 100644 --- a/resources/sass/_forms.scss +++ b/resources/sass/_forms.scss @@ -196,6 +196,16 @@ input[type="color"], input[type="password"], select, textarea { @extend .input-base; } +select { + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; + background: url("data:image/svg+xml;utf8,"); + background-size: 12px; + background-position: calc(100% - 20px) 70%; + background-repeat: no-repeat; +} + input[type=date] { width: 190px; }