aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-06-12 10:48:53 +0000
committerFuwn <[email protected]>2024-06-12 10:48:53 +0000
commit06cadd77e33954d01a5ef6a924ac5528f7479681 (patch)
tree85327825a0203774f19171bd8b3e805d6e557dfc
parentfeat(index.html): center output (diff)
downloadmayu-06cadd77e33954d01a5ef6a924ac5528f7479681.tar.xz
mayu-06cadd77e33954d01a5ef6a924ac5528f7479681.zip
feat(index.html): custom select chevron
-rw-r--r--index.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/index.html b/index.html
index 25bc60a..a058e4d 100644
--- a/index.html
+++ b/index.html
@@ -66,6 +66,11 @@
select {
color: #9fadbd;
margin-bottom: 35%;
+ appearance: none;
+ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%239fadbd'%3E%3Cpath d='M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z'/%3E%3C/svg%3E");
+ background-repeat: no-repeat;
+ background-position: right 0.75em top 50%;
+ background-size: 1.25em;
}
select:focus {