remove unnecessary hover backgrounds

This commit is contained in:
Colin Frei 2013-07-15 10:05:36 +02:00
parent c988ef88d1
commit fb5792270a

View file

@ -46,7 +46,6 @@ body, .normalFont {
float: right; float: right;
} }
#controlButton:hover { #controlButton:hover {
background-color: #708090;
cursor: pointer; cursor: pointer;
} }
@ -55,14 +54,13 @@ body, .normalFont {
float: left; float: left;
} }
#pageSwitcher:hover { #pageSwitcher:hover {
background-color: #708090;
cursor: pointer; cursor: pointer;
} }
.pageswitch-icon { .pageswitch-icon {
transition-property: font-size, top, left, color; transition-property: font-size, top, left, color;
-webkit-transition-property: font-size, top, left, color; -webkit-transition-property: font-size, top, left, color;
-webkit-transition-duration: 1s; transition-duration: 1s;
position: absolute; position: absolute;
} }
.pageswitch-icon.next { .pageswitch-icon.next {