allows button active state to be represented in IE8

This commit is contained in:
James Alley 2015-01-30 16:51:08 -08:00
parent 0ab622f378
commit fff3c998de

View File

@ -32,6 +32,7 @@
.pure-button-active,
.pure-button:active {
box-shadow: 0 0 0 1px rgba(0,0,0, 0.15) inset, 0 0 6px rgba(0,0,0, 0.20) inset;
border-color: #000\9;
}
.pure-button[disabled],