openrat-cms

OpenRat Content Management System
git clone http://git.code.weiherhei.de/openrat-cms.git
Log | Files | Refs

commit 749735b459fbcc3d9a28b6a212a27288ab79c5f3
parent a1eda96bc07b26b56d68c31e6b9e63fc96a8808f
Author: Jan Dankert <develop@jandankert.de>
Date:   Tue, 29 Sep 2020 23:29:40 +0200

Cleanup the 'moorweide'-theme.

Diffstat:
modules/cms/base/DefaultConfig.class.php | 10+++++-----
modules/cms/generator/link/PreviewLink.class.php | 1+
modules/cms/model/ModelBase.class.php | 7-------
modules/cms/ui/themes/default/style/theme/openrat-theme.less | 2+-
4 files changed, 7 insertions(+), 13 deletions(-)

diff --git a/modules/cms/base/DefaultConfig.class.php b/modules/cms/base/DefaultConfig.class.php @@ -1020,11 +1020,11 @@ class DefaultConfig { 'moorweide' => [ 'name' => 'Moorweide', - 'title_background_color' => '#2aaae7', - 'title_text_color' => 'white', - 'text_color' => '#005e51', - 'background_color' => '#edf6f3', - 'inactive_background_color' => '#ececed', + 'title_background_color' => '#edf7f2', + 'title_text_color' => '#005f52', + 'text_color' => 'black', + 'background_color' => 'white', + 'inactive_background_color' => '#edf7f2', ], 'dark' => [ diff --git a/modules/cms/generator/link/PreviewLink.class.php b/modules/cms/generator/link/PreviewLink.class.php @@ -2,6 +2,7 @@ namespace cms\generator\link; +use cms\action\RequestParams; use cms\generator\PageContext; use cms\model\Alias; use cms\model\BaseObject; diff --git a/modules/cms/model/ModelBase.class.php b/modules/cms/model/ModelBase.class.php @@ -3,13 +3,6 @@ namespace cms\model; abstract class ModelBase { - /* - protected function setDatabaseRow( $row ) - { - - } - */ - public function __construct() { } diff --git a/modules/cms/ui/themes/default/style/theme/openrat-theme.less b/modules/cms/ui/themes/default/style/theme/openrat-theme.less @@ -30,7 +30,7 @@ html.theme-@{cms-theme-id} { scrollbar-arrow-color: @cms-title-background-color; scrollbar-base-color: @cms-title-text-color; - scrollbar-color: @cms-text-color @cms-background-color; + scrollbar-color: @cms-title-text-color @cms-background-color; scrollbar-width: thin; div#dialog {