From 789eda05c6b30994b99e17f966f64bee74f7f7ce Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Sat, 7 Feb 2015 16:01:02 +0100 Subject: [PATCH] style/mono: update key hover to table elements Broken since commit v1.5-28-g8da63edfda (2013-07-28) [keys: structure keyboard as html table]. --- mono.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mono.css b/mono.css index d6eaeba..055d2f9 100644 --- a/mono.css +++ b/mono.css @@ -38,7 +38,7 @@ td, .mo, .g7 {background: #000; color: #FFF} /* mode */ .me, .g8 {background: #000; color: #AAA} /* key mode */ -ul.keys li[onclick]:hover, +.keys td[onclick]:hover, ul.keys li a:hover, .l:hover, .l:hover a, .l:hover a:visited, .X:hover { -- 2.30.0