Skip to content

Commit

Permalink
feature 2587: remove yellow icons on hover for theme elegant
Browse files Browse the repository at this point in the history
git-svn-id: http://piwigo.org/svn/trunk@13466 68402e56-0260-453c-a942-63ccdbb3a9ee
  • Loading branch information
plegall committed Mar 2, 2012
1 parent a7114b0 commit bea22eb
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions themes/elegant/theme.css
Expand Up @@ -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;
Expand Down Expand Up @@ -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 {
Expand Down

0 comments on commit bea22eb

Please sign in to comment.