]> git.proxmox.com Git - ceph.git/blob - ceph/src/pybind/mgr/dashboard/static/AdminLTE-2.3.7/build/bootstrap-less/mixins/reset-filter.less
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / pybind / mgr / dashboard / static / AdminLTE-2.3.7 / build / bootstrap-less / 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 }