[Glitch] Fix search not being easily findable on smaller screens in web UI

Port 2b78c07ef1 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
Eugen Rochko
2023-06-26 05:26:41 +02:00
committed by Claire
parent 80a5c16ae1
commit 2f996375e5
2 changed files with 16 additions and 7 deletions

View File

@ -108,12 +108,13 @@
text-transform: none;
background: transparent;
padding: 6px 17px;
border: 1px solid $ui-primary-color;
border: 1px solid lighten($ui-base-color, 12%);
&:active,
&:focus,
&:hover {
border-color: lighten($ui-primary-color, 4%);
background: lighten($ui-base-color, 4%);
border-color: lighten($ui-base-color, 16%);
color: lighten($darker-text-color, 4%);
text-decoration: none;
}