aboutsummaryrefslogtreecommitdiffstats
path: root/themes/elegant
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2012-03-02 22:13:40 +0000
committerplegall <plg@piwigo.org>2012-03-02 22:13:40 +0000
commitbea22eb6787a0a1b25b49407d5e011d422274dc7 (patch)
treeb99f629e1696d6ca2497e4c9f038880958c3d371 /themes/elegant
parenta7114b00c2199a4baa2635ddfad0ff2c29c2c4e7 (diff)
feature 2587: remove yellow icons on hover for theme elegant
git-svn-id: http://piwigo.org/svn/trunk@13466 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/elegant')
-rw-r--r--themes/elegant/theme.css7
1 files changed, 2 insertions, 5 deletions
diff --git a/themes/elegant/theme.css b/themes/elegant/theme.css
index 59b4d8439..3f3250c2a 100644
--- a/themes/elegant/theme.css
+++ b/themes/elegant/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 {