summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Hesse <mail@eworm.de>2016-07-07 14:37:15 +0200
committerChristian Hesse <mail@eworm.de>2016-10-12 14:18:39 +0200
commit18cb6ac5d7a52323ade7051f89ed9df098507878 (patch)
treeb5095c6d07eaa7b44db397cec05ff70a72c70299
parent697920f5bf076031174b06de3100de4ea6499f9e (diff)
downloadcgit-ch/css-highlight-table-rows.tar.gz
ui-repolist: highlight section rows, but do not hoverch/css-highlight-table-rows
-rw-r--r--ui-repolist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui-repolist.c b/ui-repolist.c
index 7158bf7..b57ea60 100644
--- a/ui-repolist.c
+++ b/ui-repolist.c
@@ -321,7 +321,7 @@ void cgit_print_repolist(void)
(last_section != NULL && section == NULL) ||
(last_section != NULL && section != NULL &&
strcmp(section, last_section)))) {
- htmlf("<tr class='nohover'><td colspan='%d' class='reposection'>",
+ htmlf("<tr class='nohover-highlight'><td colspan='%d' class='reposection'>",
columns);
html_txt(section);
html("</td></tr>");