Hover selected buttons are more clear

This commit is contained in:
Ben Ogle
2013-08-29 11:59:52 -07:00
parent 334d4862c6
commit 262ed0a602

View File

@@ -24,6 +24,9 @@
z-index: 1; // we want the selected button to behave like the :hover button; it's on top of the other buttons.
color: @text-color-highlight;
background-image: -webkit-linear-gradient(darken(@button-background-selected-color, 5%), @button-background-selected-color);
&:hover {
background-image: -webkit-linear-gradient(@button-background-selected-color, darken(@button-background-selected-color, 5%));
}
}
}