From e924ad5d63f777e24dd0ab833b74fa95487097fc Mon Sep 17 00:00:00 2001
From: knittl <knittl@b9310e46-f624-0410-8ea1-cfbb3a30dc96>
Date: Sat, 14 Aug 2010 12:54:59 +0000
Subject: Fix highlight when hovering quicklinks in header

git-svn-id: https://svn.neo-layout.org@2336 b9310e46-f624-0410-8ea1-cfbb3a30dc96
---
 www/stylesheet.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/stylesheet.css b/www/stylesheet.css
index dc80627..7d51236 100644
--- a/www/stylesheet.css
+++ b/www/stylesheet.css
@@ -145,7 +145,7 @@ a.Navigationseintrag {
 }
 
 a         {  text-decoration:none;  }
-a:hover   {  background-color:Highlight; }
+a:hover, a:hover img   {  background-color:Highlight; }
 
 h1        {  margin-bottom:1em; margin-top:0em;   font-size:1.5em; }
 h2        {  margin-bottom:.5em; margin-top:1.5em;  font-size:1.2em; /* padding-left:1em; */ }
-- 
cgit v1.2.3