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;
|
||||
}
|
||||
#controlButton:hover {
|
||||
background-color: #708090;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
@ -55,14 +54,13 @@ body, .normalFont {
|
|||
float: left;
|
||||
}
|
||||
#pageSwitcher:hover {
|
||||
background-color: #708090;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.pageswitch-icon {
|
||||
transition-property: font-size, top, left, color;
|
||||
-webkit-transition-property: font-size, top, left, color;
|
||||
-webkit-transition-duration: 1s;
|
||||
transition-duration: 1s;
|
||||
position: absolute;
|
||||
}
|
||||
.pageswitch-icon.next {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue