testwidgetfocus: Make focused button more obvious

This commit is contained in:
Timm Bäder 2017-11-01 12:47:11 +01:00
parent dea8233663
commit 8fa20f87e4

View File

@ -47,6 +47,10 @@ const char *css =
" background-color: white;"
" box-shadow: none;"
"}"
"focuswidget button:focus(visible) {"
" outline-width: 4px;"
" outline-color: yellow;"
"}"
"focuswidget button:hover {"
" background-color: black;"
" color: white;"