From: Wolfram Schneider Date: Wed, 3 Sep 2014 12:25:05 +0000 (+0000) Subject: irspy should highlight the select row, IR-354 X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=commitdiff_plain;h=e0ae362748a39155af12add31d419f3f8fe67362 irspy should highlight the select row, IR-354 --- diff --git a/web/htdocs/details/found.mc b/web/htdocs/details/found.mc index e4312fb..9e858f8 100644 --- a/web/htdocs/details/found.mc +++ b/web/htdocs/details/found.mc @@ -97,7 +97,7 @@ print_navlink(\%params, $last < $n, "Next", $skip+$count); % }

% if ($n > 0 && $first <= $n) { - +
diff --git a/web/htdocs/style.css b/web/htdocs/style.css index 56e1fba..f028467 100644 --- a/web/htdocs/style.css +++ b/web/htdocs/style.css @@ -50,3 +50,6 @@ img { border: 0 } .essay { margin: 1em 10em 1em 1em } .essay a { text-decoration: none } + +table.targets tr:hover { background-color:silver !important; } +
# Title