]> git.proxmox.com Git - ceph.git/blob - ceph/src/seastar/fmt/doc/bootstrap/mixins/reset-filter.less
update download target update for octopus release
[ceph.git] / ceph / src / seastar / fmt / doc / bootstrap / mixins / reset-filter.less
1 // Reset filters for IE
2 //
3 // When you need to remove a gradient background, do not forget to use this to reset
4 // the IE filter for IE9 and below.
5
6 .reset-filter() {
7 filter: e(%("progid:DXImageTransform.Microsoft.gradient(enabled = false)"));
8 }