We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 152ca4d commit d41aad8Copy full SHA for d41aad8
src/bundle/Resources/public/scss/_picker.scss
@@ -33,4 +33,19 @@
33
}
34
35
36
+
37
+ .flatpickr-current-month {
38
+ .flatpickr-monthDropdown-months,
39
+ .flatpickr-monthDropdown-months:hover {
40
+ -webkit-appearance: none;
41
+ -moz-appearance: none;
42
43
+ padding-right: calculateRem(20px);
44
+ background-image: url('data:image/svg+xml;utf8,<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><g transform="rotate(-45 12 24)"><path d="M12 8 V24 M12 24 H28" stroke="%23131c26" stroke-width="2" fill="none"/></g></svg>');
45
+ background-repeat: no-repeat;
46
+ background-position: right;
47
+ background-size: calculateRem(16px) auto;
48
+ background-color: transparent;
49
+ }
50
51
0 commit comments