Merge pull request #1225 from Monochromish/main

Add color to search button background
This commit is contained in:
yazninja 2022-07-02 20:51:18 +08:00 committed by GitHub
commit 8bedcf81cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 19 additions and 9 deletions

View file

@ -2090,6 +2090,7 @@ input[type=checkbox][switch]:checked:active::before {
font-size: 12px;
cursor: pointer;
flex: 0 0 32px;
box-shadow: var(--ciderShadow-Generic);
&:hover {
background: var(--selected);