mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-02 14:16:39 +01:00
Stupid mobile safari doesn't apply radius to outlines
This commit is contained in:
parent
afa8a0c057
commit
c1eade0fd8
1 changed files with 3 additions and 1 deletions
|
@ -4,10 +4,12 @@
|
|||
border: 0;
|
||||
border-radius: 999px;
|
||||
background-color: var(--bg-faded-color);
|
||||
border: 2px solid transparent;
|
||||
}
|
||||
#search-page header input:focus {
|
||||
outline: 0;
|
||||
background-color: var(--bg-color);
|
||||
outline: 2px solid var(--link-color);
|
||||
border-color: var(--link-color);
|
||||
}
|
||||
|
||||
#search-page ul.accounts-list {
|
||||
|
|
Loading…
Reference in a new issue