diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/scaffolding.less | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/lib/scaffolding.less b/lib/scaffolding.less index f66e08679..b1f846a38 100644 --- a/lib/scaffolding.less +++ b/lib/scaffolding.less @@ -117,12 +117,18 @@ a { padding-left: 9px; font-size: 11px; } - &:disabled, &.disabled { background-image: none; .opacity(65); cursor: default; } + + // this can't be included with the .disabled def because IE8 and below will drop it ;_; + &:disabled { + background-image: none; + .opacity(65); + cursor: default; + } &:active { @shadow: inset 0 3px 7px rgba(0,0,0,.1), 0 1px 2px rgba(0,0,0,.05); .box-shadow(@shadow); |
