diff --git a/themes/base.css b/themes/base.css index 898257903..2f20d6587 100644 --- a/themes/base.css +++ b/themes/base.css @@ -1337,6 +1337,11 @@ DIV.deleteicon { INPUT { @apply pr-5; } + [type="reset"] { + -webkit-appearance: button; + background-color: transparent; + background-image: none; + } } .filter_hidden { @@ -1803,4 +1808,4 @@ BODY.minimal3 { >DIV { @apply flexrow flex-nowrap gap-2 justify-center; } -} \ No newline at end of file +}