diff options
| author | thansk <53181514+thansk@users.noreply.github.com> | 2024-05-20 11:49:56 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-20 11:49:56 +0000 |
| commit | 5abafb8296330dfc7fe7ab630661e0cc8e04ef85 (patch) | |
| tree | 3009c8ee224854a197ed964727ae980f91fb4723 /assets/css | |
| parent | 9cd2e93a2ee8f2f0f570bcb8fbe584f5c502a34e (diff) | |
| download | invidious-5abafb8296330dfc7fe7ab630661e0cc8e04ef85.tar.gz invidious-5abafb8296330dfc7fe7ab630661e0cc8e04ef85.tar.bz2 invidious-5abafb8296330dfc7fe7ab630661e0cc8e04ef85.zip | |
fix: use a search icon instead of text
Diffstat (limited to 'assets/css')
| -rw-r--r-- | assets/css/default.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/assets/css/default.css b/assets/css/default.css index d86ec7bc..20ec3222 100644 --- a/assets/css/default.css +++ b/assets/css/default.css @@ -321,6 +321,9 @@ input[type="search"]::-webkit-search-cancel-button { border: 0; background: none; text-transform: uppercase; + display: grid; + place-items: center; + width: 1.5em; } .searchbar #searchbutton:hover { |
