remove unnecessary hover backgrounds
This commit is contained in:
parent
c988ef88d1
commit
fb5792270a
1 changed files with 1 additions and 3 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue