mirror of
https://github.com/pure-css/pure.git
synced 2025-01-13 02:04:23 +00:00
allows button active state to be represented in IE8
This commit is contained in:
parent
0ab622f378
commit
fff3c998de
@ -32,6 +32,7 @@
|
|||||||
.pure-button-active,
|
.pure-button-active,
|
||||||
.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;
|
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],
|
.pure-button[disabled],
|
||||||
|
Loading…
Reference in New Issue
Block a user