vendor/assets/stylesheets/flatpickr/themes/material_orange.css in flatpickr-4.5.2.1 vs vendor/assets/stylesheets/flatpickr/themes/material_orange.css in flatpickr-4.5.7.0

- old
+ new

@@ -238,10 +238,15 @@ width: 100%; } .numInputWrapper input::-ms-clear { display: none; } +.numInputWrapper input::-webkit-outer-spin-button, +.numInputWrapper input::-webkit-inner-spin-button { + margin: 0; + -webkit-appearance: none; +} .numInputWrapper span { position: absolute; right: 0; width: 14px; padding: 0 4px 0 2px; @@ -349,10 +354,13 @@ line-height: inherit; height: auto; border: 0; border-radius: 0; vertical-align: initial; + -webkit-appearance: textfield; + -moz-appearance: textfield; + appearance: textfield; } .flatpickr-current-month input.cur-year:focus { outline: 0; } .flatpickr-current-month input.cur-year[disabled], @@ -679,10 +687,13 @@ color: #484848; font-size: 14px; position: relative; -webkit-box-sizing: border-box; box-sizing: border-box; + -webkit-appearance: textfield; + -moz-appearance: textfield; + appearance: textfield; } .flatpickr-time input.flatpickr-hour { font-weight: bold; } .flatpickr-time input.flatpickr-minute, @@ -719,10 +730,10 @@ } .flatpickr-time input:hover, .flatpickr-time .flatpickr-am-pm:hover, .flatpickr-time input:focus, .flatpickr-time .flatpickr-am-pm:focus { - background: #efefef; + background: #eaeaea; } .flatpickr-input[readonly] { cursor: pointer; } @-webkit-keyframes fpFadeInDown {