mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-29 11:24:18 +01:00
9 lines
248 B
Plaintext
9 lines
248 B
Plaintext
// Reset filters for IE
|
|
//
|
|
// When you need to remove a gradient background, do not forget to use this to reset
|
|
// the IE filter for IE9 and below.
|
|
|
|
.reset-filter() {
|
|
filter: e(%("progid:DXImageTransform.Microsoft.gradient(enabled = false)"));
|
|
}
|