From e69f7f7e9a0d20b4c26d1c11ffb9552f7c19613c Mon Sep 17 00:00:00 2001 From: /dev/urandom Date: Mon, 1 Mar 2021 16:04:01 +0300 Subject: [PATCH] added focus highlights to menu items --- static/style.css.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/static/style.css.h b/static/style.css.h index a2deb54..8342b66 100644 --- a/static/style.css.h +++ b/static/style.css.h @@ -137,10 +137,14 @@ th, td { text-decoration: none; } -.nav_linkmenu a:hover { +.nav_linkmenu a:hover, .nav_linkmenu a:focus{ background: url("/menu_button_hover.gif"); } +.nav_linkmenu a:focus { + text-decoration: underline 2px; +} + .nav_linkmenu a:active { background: url("/menu_button_sel.gif"); }