qtranslate / qtranslate-xt

qTranslate-XT (eXTended) - reviving qTranslate-X multilingual plugin for WordPress. A new community-driven plugin soon. Built-in modules for WooCommerce, ACF, slugs and others.
GNU General Public License v2.0
550 stars 103 forks source link

Refactor admin CSS and LSB files #1294

Closed herrvigg closed 1 year ago

herrvigg commented 1 year ago

The CSS files for LSB should not be processed and embedded every time. This complicates the code and it's not efficient for the cache. Load the LSB CSS as files as it's not dependent on embedded code (for user color). Enable localization of LSB options. Rename the CSS files in lower case separated by hyphens. Rename the main qtranslate_configuration.css as admin.css. Tidy up highlight CSS code.