mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-28 05:08:00 +02:00
Definitize search cancel button selector
This commit is contained in:
parent
70c9ab9520
commit
7ada96643a
1 changed files with 2 additions and 2 deletions
|
@ -209,7 +209,7 @@ select:focus {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Search cancel button */
|
/* Search cancel button */
|
||||||
::-webkit-search-cancel-button {
|
input[type="search"]::-webkit-search-cancel-button {
|
||||||
-webkit-appearance: none;
|
-webkit-appearance: none;
|
||||||
height: 1.5rem;
|
height: 1.5rem;
|
||||||
margin: 0 0.5em;
|
margin: 0 0.5em;
|
||||||
|
@ -218,7 +218,7 @@ select:focus {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
content: url('/x-lg.svg');
|
content: url('/x-lg.svg');
|
||||||
}
|
}
|
||||||
::-webkit-search-cancel-button:hover {
|
input[type="search"]::-webkit-search-cancel-button:hover {
|
||||||
background-color: var(--color-border);
|
background-color: var(--color-border);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue