diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2022-09-25 11:08:17 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2022-09-25 11:08:50 +0200 |
commit | e15c9cba43cc51fad2645a4f13ec90ed3bb739d6 (patch) | |
tree | af7e53524962bd02c9a49c4b026fcc9d599a9c96 | |
parent | 66370387bc7a31a1f63bbb443403140d47259c7a (diff) | |
download | xK-e15c9cba43cc51fad2645a4f13ec90ed3bb739d6.tar.gz xK-e15c9cba43cc51fad2645a4f13ec90ed3bb739d6.tar.xz xK-e15c9cba43cc51fad2645a4f13ec90ed3bb739d6.zip |
xP: use a dotted border for button focus
It's visible enough.
-rw-r--r-- | xP/public/xP.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xP/public/xP.css b/xP/public/xP.css index ea85cce..e8b28f2 100644 --- a/xP/public/xP.css +++ b/xP/public/xP.css @@ -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; |