Skip to content

Commit

Permalink
fixed hovering
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalis-wiens committed Feb 9, 2018
1 parent ed75e10 commit 5e27d82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/css/toolstyle.css
Original file line number Diff line number Diff line change
Expand Up @@ -806,10 +806,10 @@ main {
}

#scrollRightButton:hover {
color : #d90;
color : #bdc3c7;
}
#scrollLeftButton:hover {
color : #d90;
color : #bdc3c7;
}

#scrollRightButton:before{
Expand Down

0 comments on commit 5e27d82

Please sign in to comment.