Commit
commit e4a7c747537f310c9af91b0b56aa9d9a9f5efbf2 Author: Jan DankertDate: Mon Nov 29 01:22:40 2021 +0100 New: Themes may contain multiple color schemes (for now only "dark" and "light"), modern browsers are selecting the right scheme. modules/cms/base/DefaultConfig.class.php | 127 +++++++++++++++------ .../action/index/IndexThemestyleAction.class.php | 91 +++++++++------ .../cms/ui/themes/default/style/openrat-form.less | 14 ++- .../ui/themes/default/style/openrat-workbench.less | 6 + modules/cms/ui/themes/default/style/openrat.css | 21 +++- .../cms/ui/themes/default/style/openrat.min.css | 4 +- .../themes/default/style/theme/openrat-theme.less | 12 +- 7 files changed, 186 insertions(+), 89 deletions(-)