List for cgit developers and users
 help / color / mirror / Atom feed
From: list at eworm.de (Christian Hesse)
Subject: [PATCH 1/1] ui-repolist: highlight section rows, but do not hover
Date: Thu,  7 Jul 2016 14:39:27 +0200	[thread overview]
Message-ID: <20160707123927.25744-1-list@eworm.de> (raw)
In-Reply-To: <20160707114133.16369-1-list@eworm.de>

From: Christian Hesse <mail at eworm.de>

Signed-off-by: Christian Hesse <mail at eworm.de>
---
 ui-repolist.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ui-repolist.c b/ui-repolist.c
index 30915df..bef565a 100644
--- a/ui-repolist.c
+++ b/ui-repolist.c
@@ -320,7 +320,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>");
-- 
2.9.0



  reply	other threads:[~2016-07-07 12:39 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-06 20:56 [PATCH 1/1] css: highlight even table rows list
2016-07-06 22:00 ` Jason
2016-07-06 22:00   ` Jason
2016-07-07  6:08     ` list
2016-07-07  7:12       ` [PATCH 1/1] ui-log: do not print empty " list
2016-07-07 10:28         ` Jason
2016-07-07 10:54           ` list
2016-07-07 11:41             ` [PATCH 1/1] css, ui-log: highlight empty rows in commit graph, but do not hover list
2016-07-07 12:39               ` list [this message]
2016-07-12  8:59             ` [PATCH 1/1] ui-log: do not print empty table rows list

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160707123927.25744-1-list@eworm.de \
    --to=cgit@lists.zx2c4.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).