diff options
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css index b699ead..43109e0 100644 --- a/static/style.css +++ b/static/style.css @@ -180,10 +180,14 @@ details .chars { visibility: hidden; } -#gen_section.gen_hidden #gen_ex_display rt { +#gen_section #gen_ex_display rt { visibility: hidden; } +#gen_section:not(.gen_hidden) #gen_ex_display:hover rt { + visibility: visible; +} + form p { text-align: center; } |