- Compatible XF Versions
- 2.1
In extra.less add:
Where 20% is the degree of dimming. 100% - complete dimming (as in the original).
Less:
.lg-backdrop {
background-color: fade(#000, 20%);
}
Where 20% is the degree of dimming. 100% - complete dimming (as in the original).