summaryrefslogtreecommitdiffstats
path: root/assets
diff options
context:
space:
mode:
authorthansk <53181514+thansk@users.noreply.github.com>2024-05-20 14:17:30 +0000
committerGitHub <noreply@github.com>2024-05-20 14:17:30 +0000
commit1ce2d10c505a7e0c3972acfb626a0ae3c9af3d57 (patch)
treeb8c5873356d3bd90791feec8f579d537fa9254bc /assets
parent5abafb8296330dfc7fe7ab630661e0cc8e04ef85 (diff)
downloadinvidious-1ce2d10c505a7e0c3972acfb626a0ae3c9af3d57.tar.gz
invidious-1ce2d10c505a7e0c3972acfb626a0ae3c9af3d57.tar.bz2
invidious-1ce2d10c505a7e0c3972acfb626a0ae3c9af3d57.zip
fix: use ion icon for search icon
Diffstat (limited to 'assets')
-rw-r--r--assets/css/default.css7
1 files changed, 2 insertions, 5 deletions
diff --git a/assets/css/default.css b/assets/css/default.css
index 20ec3222..1445f65f 100644
--- a/assets/css/default.css
+++ b/assets/css/default.css
@@ -318,12 +318,9 @@ input[type="search"]::-webkit-search-cancel-button {
}
.searchbar #searchbutton {
- border: 0;
+ border: none;
background: none;
- text-transform: uppercase;
- display: grid;
- place-items: center;
- width: 1.5em;
+ margin-top: 0;
}
.searchbar #searchbutton:hover {