Mark button for current page as active

fixes #232
This commit is contained in:
Andrew Miner
2016-05-04 21:27:23 -07:00
parent d2d904be7f
commit 51f566ebf1
3 changed files with 9 additions and 2 deletions
+1 -1
View File
@@ -47,7 +47,7 @@
background : url('/images/button-background-hover.png') repeat;
}
&:active {
&:active, &.active {
background : url('/images/button-background-active.png') repeat;
.bezel {