Skip to content

Commit

Permalink
style: fix reset button in input fields
Browse files Browse the repository at this point in the history
  • Loading branch information
sni committed Apr 20, 2024
1 parent 6a93c84 commit 9e0f33e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion themes/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -1337,6 +1337,11 @@ DIV.deleteicon {
INPUT {
@apply pr-5;
}
[type="reset"] {
-webkit-appearance: button;
background-color: transparent;
background-image: none;
}
}

.filter_hidden {
Expand Down Expand Up @@ -1803,4 +1808,4 @@ BODY.minimal3 {
>DIV {
@apply flexrow flex-nowrap gap-2 justify-center;
}
}
}

0 comments on commit 9e0f33e

Please sign in to comment.