aboutsummaryrefslogtreecommitdiffhomepage
path: root/plugins/default_colors
Commit message (Collapse)AuthorAgeFilesLines
* Fix default_colors plugin: update CSS file on color changeArthurHoaro2020-12-291-0/+14
| | | | | | Last update of this plugin remove the save_plugin_parameters hook. Fixes #1657
* Apply PHP Code Beautifier on source code for linter automatic fixesArthurHoaro2020-11-091-6/+6
|
* Default colors plugin: generate CSS file during initializationArthurHoaro2020-08-291-25/+31
| | | | | Current behaviour only generate the custom CSS file when the plugin settings are saved, which can be annoying if the file is deleted but the settings are set. Most common use case is Docker deployment, because the plugin directory is not mounted as a volume.
* Default colors plugin - Add unit testsArthurHoaro2019-07-202-12/+55
|
* WIP - Plugin to override default template colorsArthurHoaro2019-07-083-0/+76
* Adds a new core plugin to override default template colors * Adds a new hook when plugin settings are saved (`save_plugin_parameters`) * Use CSS native variables for main colors instead of SASS variables * Disable SASS sort order rules due to a bug in the plugin Fixes #1312