From b2833c2942caeffedf62049788c27140cdd1ea00 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Tue, 15 Apr 2008 07:47:47 +0200 Subject: [PATCH] Make hover on the gitweb page work as on the other web pages. --- web/gitweb.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/gitweb.css b/web/gitweb.css index 652b9cc9..08110a6e 100644 --- a/web/gitweb.css +++ b/web/gitweb.css @@ -14,8 +14,9 @@ a { color: #BA3708; } -a:hover, a:visited, a:active { +a:hover { color: #BA3708; + background-color: #ffff00; } span.cntrl { -- 2.39.2