diff options
| author | Fuwn <[email protected]> | 2024-06-12 10:48:53 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-06-12 10:48:53 +0000 |
| commit | 06cadd77e33954d01a5ef6a924ac5528f7479681 (patch) | |
| tree | 85327825a0203774f19171bd8b3e805d6e557dfc | |
| parent | feat(index.html): center output (diff) | |
| download | mayu-06cadd77e33954d01a5ef6a924ac5528f7479681.tar.xz mayu-06cadd77e33954d01a5ef6a924ac5528f7479681.zip | |
feat(index.html): custom select chevron
| -rw-r--r-- | index.html | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 { |