Style localization

mdsupport wrote on Thursday, September 22, 2016:

Is it possible to allow local control over standard styles by including the following lines in standard stylesheets? This will address installation specific issues. It can be specfic to each style or a single (common) override.

/* Include local style overrides below */
@import "zlocal_style_light.css";
/* End local style overrides */

bradymiller wrote on Wednesday, September 28, 2016:

Hi,

This seems fine. This is basically how RTL works as I recall(check out the code in interface/globals.php that manages the stylesheet selection and RTL).

-brady
OpenEMR