Fix IE9 world map game control button images

Fixes 
This commit is contained in:
Matt Lott 2014-10-03 15:39:33 -07:00
parent 49cf206be7
commit 33055ca0b5

View file

@ -212,6 +212,8 @@ $gameControlMargin: 30px
@include box-shadow(2px 2px 4px black)
border: 0
border-radius: 12px
// IE9 shows a blank white button with this MS gradient filter in place
filter: none
&:hover
@include box-shadow(0 0 12px #bbf)