From e0ae362748a39155af12add31d419f3f8fe67362 Mon Sep 17 00:00:00 2001
From: Wolfram Schneider
Date: Wed, 3 Sep 2014 12:25:05 +0000
Subject: [PATCH] irspy should highlight the select row, IR-354
---
web/htdocs/details/found.mc | 2 +-
web/htdocs/style.css | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)
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) {
-
+
# |
Title |
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; }
+
--
1.7.10.4