From 2ba8f9c9bbbd13bdc4d0411e7342adef8ca680d3 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Thu, 30 Mar 2017 18:05:39 +0200 Subject: [PATCH] chars: enlarge glyph on row hover --- base.css | 2 +- chars.plp | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/base.css b/base.css index 8ab767c..d014b61 100644 --- a/base.css +++ b/base.css @@ -262,7 +262,7 @@ td.joinl { th, tfoot td, thead td { - border: 0; + border-width: 0; background: transparent; } .glyphs thead td { diff --git a/chars.plp b/chars.plp index f9af5df..d4cf06b 100644 --- a/chars.plp +++ b/chars.plp @@ -8,6 +8,15 @@ Html({ '], stylesheet => [qw'light dark mono circus red'], data => [qw( unicode-cover.inc.pl ttfsupport unicode-char.inc.pl )], + raw => <<'EOT', + +EOT }); use Shiar_Sheet::FormatChar; -- 2.30.0