xP: use a dotted border for button focus

It's visible enough.
This commit is contained in:
Přemysl Eric Janouch 2022-09-25 11:08:17 +02:00
parent 66370387bc
commit e15c9cba43
Signed by: p
GPG Key ID: A0420B94F92B9493
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ button {
padding: 0 .3em;
}
button:focus {
border: 1px dashed #000;
border: 1px dotted #000;
}
button:hover {
border-left: 1px solid #fff;