mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-20 14:30:23 +00:00
9 lines
248 B
Text
9 lines
248 B
Text
|
|
// 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)"));
|
||
|
|
}
|