irspy should highlight the select row, IR-354
authorWolfram Schneider <wosch@indexdata.dk>
Wed, 3 Sep 2014 12:25:05 +0000 (12:25 +0000)
committerWolfram Schneider <wosch@indexdata.dk>
Wed, 3 Sep 2014 12:25:05 +0000 (12:25 +0000)
web/htdocs/details/found.mc
web/htdocs/style.css

index e4312fb..9e858f8 100644 (file)
@@ -97,7 +97,7 @@ print_navlink(\%params, $last < $n, "Next", $skip+$count);
 % }
      </p>
 % if ($n > 0 && $first <= $n) {
-     <table width="100%">
+     <table width="100%" class="targets">
       <tr class="thleft">
        <th>#</th>
        <th>Title</th>
index 56e1fba..f028467 100644 (file)
@@ -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; }
+