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;
if ($show_timer) {
print $fh ' <span id="timer">';
- print $fh '[<span id="ongh" class="'.$timer_color_h.'">'.$timer_h.'</span>';
- print $fh ':<span id="ongm" class="'.$timer_color_m.'">'.$timer_m.'</span>';
- print $fh ':<span id="ongs" class="'.$timer_color_s.'">'.$timer_s.'</span>]';
+ print $fh '[<span id="ongh" class="hv '.$timer_color_h.'">'.$timer_h.'</span>';
+ print $fh ':<span id="ongm" class="hv '.$timer_color_m.'">'.$timer_m.'</span>';
+ print $fh ':<span id="ongs" class="hv '.$timer_color_s.'">'.$timer_s.'</span>]';
print $fh '</span><br>'."\n";
}
print $fh ' >';