fix: firefox dropdown

This commit is contained in:
David Ralph
2021-03-20 20:21:59 +00:00
parent e4395497ed
commit f6564fa758

View File

@@ -15,11 +15,15 @@
}
// firefox dropdown
@supports (-moz-appearance:none) {
@supports (-moz-appearance: none) {
select {
-moz-appearance: none !important;
background: url('data:image/gif;base64,R0lGODlhBgAGAKEDAFVVVX9/f9TU1CgmNyH5BAEKAAMALAAAAAAGAAYAAAIODA4hCDKWxlhNvmCnGwUAOw==') right center no-repeat, linear-gradient(180deg, #ffb032 0%, #dd3b67 100%) !important;
background-position: calc(100% - 5px) center !important;
background: url('data:image/gif;base64,R0lGODlhBgAGAKEDAFVVVX9/f9TU1CgmNyH5BAEKAAMALAAAAAAGAAYAAAIODA4hCDKWxlhNvmCnGwUAOw==') right center no-repeat, var(--sidebar) !important;
background-position: calc(100% - 15px) center !important;
}
option {
font: -moz-pull-down-menu !important;
}
}