From 59236522df2b83c749f59efed2d9b1617c4e51c2 Mon Sep 17 00:00:00 2001 From: plegall Date: Fri, 2 Mar 2012 22:13:40 +0000 Subject: [PATCH] feature 2587: remove yellow icons on hover for theme elegant git-svn-id: http://piwigo.org/svn/trunk@13466 68402e56-0260-453c-a942-63ccdbb3a9ee --- theme.css | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/theme.css b/theme.css index 59b4d84..3f3250c 100644 --- a/theme.css +++ b/theme.css @@ -90,9 +90,6 @@ INPUT.rateButtonSelected /* <= why IE doesn't inherit this ? */ { /* backgrounds */ -h3, #imageToolBar A:hover { - background-color: #2f2f2f; -} #imageToolBar, #imageHeaderBar, #derivativeSwitchLink, #derivativeSwitchBox, #sortOrderBox, .header_notes { background-color: #505050; @@ -157,11 +154,11 @@ INPUT.rateButton { } .pwg-icon { - background-image: url(../default/s26/outline_ffffff.png); + background-image: url(../default/s26/outline_808080.png); } A:hover .pwg-icon { - background-image: url(../default/s26/outline_ffff80.png); + background-image: url(../default/s26/outline_ffffff.png); } .message {