From: b Date: Fri, 5 Jan 2024 09:35:30 +0000 (+0000) Subject: timer color activation X-Git-Tag: v1.2.0~3 X-Git-Url: http://bicyclesonthemoon.info/git-projects/?a=commitdiff_plain;h=515d19778cf3973505f81d1a0d49496e8efd38b3;p=ott%2Fbsta timer color activation --- diff --git a/bsta.css b/bsta.css index f6d6a32..d5a3ce2 100644 --- a/bsta.css +++ b/bsta.css @@ -355,6 +355,18 @@ input.inbt:focus color: #000000!important; } +.hv.ni:hover +{ + border-color: #bb6622!important; + color: #bb6622!important; +} + +.hv.br:hover +{ + border-color: #0057af!important; + color: #0057af!important; +} + div.le { float: left; diff --git a/bsta_lib.1.pm b/bsta_lib.1.pm index 91c6cf9..575ec16 100644 --- a/bsta_lib.1.pm +++ b/bsta_lib.1.pm @@ -1176,9 +1176,9 @@ sub print_viewer_page { if ($show_timer) { print $fh ' '; - print $fh '['.$timer_h.''; - print $fh ':'.$timer_m.''; - print $fh ':'.$timer_s.']'; + print $fh '['.$timer_h.''; + print $fh ':'.$timer_m.''; + print $fh ':'.$timer_s.']'; print $fh '
'."\n"; } print $fh ' >';