mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -06:00
accessibility: always hilight focused elements
This commit is contained in:
parent
17d78b1469
commit
22b1373a57
|
@ -246,6 +246,17 @@ html.light #tt em {
|
|||
#repl_pre {
|
||||
max-width: 24em;
|
||||
}
|
||||
*:focus,
|
||||
#pctl *:focus,
|
||||
.btn:focus {
|
||||
box-shadow: 0 .1em .2em #fc0 inset;
|
||||
border-radius: .2em;
|
||||
}
|
||||
html.light *:focus,
|
||||
html.light #pctl *:focus,
|
||||
html.light .btn:focus {
|
||||
box-shadow: 0 .1em .2em #037 inset;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue