Skip to content

Commit 9e0f33e

Browse files
committed
style: fix reset button in input fields
1 parent 6a93c84 commit 9e0f33e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

themes/base.css

+6-1
Original file line numberDiff line numberDiff line change
@@ -1337,6 +1337,11 @@ DIV.deleteicon {
13371337
INPUT {
13381338
@apply pr-5;
13391339
}
1340+
[type="reset"] {
1341+
-webkit-appearance: button;
1342+
background-color: transparent;
1343+
background-image: none;
1344+
}
13401345
}
13411346

13421347
.filter_hidden {
@@ -1803,4 +1808,4 @@ BODY.minimal3 {
18031808
>DIV {
18041809
@apply flexrow flex-nowrap gap-2 justify-center;
18051810
}
1806-
}
1811+
}

0 commit comments

Comments
 (0)