diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-12-29 21:52:04 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-29 21:52:04 -0500 |
commit | 38709e219139484d0e1d41ad6f3014d7cb60ccdb (patch) | |
tree | b19ade75aeec0aa9d7737b39214df519edc19821 /ext/mixed/css/search.css | |
parent | 773d67e75a3d01df5ad492896e19f5029e6e35d2 (diff) |
Fix various issues with some styles (#1176)
Diffstat (limited to 'ext/mixed/css/search.css')
-rw-r--r-- | ext/mixed/css/search.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/mixed/css/search.css b/ext/mixed/css/search.css index 3812a569..5d4a8f78 100644 --- a/ext/mixed/css/search.css +++ b/ext/mixed/css/search.css @@ -108,8 +108,7 @@ h1 { cursor: pointer; outline: none; transition: background-color var(--animation-duration) ease-in-out; - border-top-left-radius: 0; - border-bottom-left-radius: 0; + border-radius: 0; } #search-button:hover, #search-button:focus { |