Update LESS files

LESS extends CSS with dynamic behavior such as variables, mixins, operations and functions. Service Manager Mobile Applications is using LESS to simplify CSS customization and maintenance. For more information about LESS, visit the LESS official website.

The styles of Mobile Applications web elements which can be customized are defined in default_ess.less and default_std.less in the <Tomcat installation directory>\webapps\<appname>\app\resources\css directory.

Refer to the following screenshot as an example.The text color of the default login header is defined by @login_header_color.

The styles can be overridden by the same variables defined in override_ess.less and override_std.less in the <Tomcat installation directory>\webapps\<appname>\app\resources\css directory.

To override the default value, you need to copy the variable from default_ess.less, paste it to override_ess.less, and then specify a new value for it.

Note Except for override_ess.less and override_std.less, the *.less files in the \app\resources\css directory should not be modified directly because these files might be overwritten during software upgrade.