openrat-cms

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

commit d6a4d87eb3f24c88fc836ed1909fe0f523fb1152
parent db16d6c68fce9be673c8053901bcf604491cfece
Author: Jan Dankert <develop@jandankert.de>
Date:   Fri, 24 May 2019 01:13:14 +0200

Cleanup: Alte CSS-Regeln entfernt.

Diffstat:
modules/cms-ui/themes/default/style/theme/openrat-theme.less | 34++++------------------------------
1 file changed, 4 insertions(+), 30 deletions(-)

diff --git a/modules/cms-ui/themes/default/style/theme/openrat-theme.less b/modules/cms-ui/themes/default/style/theme/openrat-theme.less @@ -118,11 +118,6 @@ html.theme-@{cms-theme-id} { } } - body, a { - color: @cms-text-color; - } - - .preview { a:link, a:visited, a:active, a:hover { } @@ -161,7 +156,7 @@ html.theme-@{cms-theme-id} { background-color: @cms-inactive-background-color; } - tr.data:hover, div.content li div.entry:hover { + > tr.data:hover { background-color: @cms-inactive-background-color; } } @@ -186,20 +181,6 @@ html.theme-@{cms-theme-id} { } } - div.panel.fullscreen { - background-color: @cms-background-color; - } - - div.panel { - border: 1px solid @cms-title-background-color; - } - - - div.panel.modal { - border-color: @cms-text-color ! important; - .box-shadow(0px, 0px, 40px, @cms-text-color); - } - } @@ -382,19 +363,12 @@ html.theme-@{cms-theme-id} { background-color: @cms-inactive-background-color; background-image: linear-gradient(@cms-inactive-background-color, lighten(@cms-inactive-background-color, 10%)); } - - div.panel ul.views > li.active, - div.panel ul.views > li.active:hover { - background-color: @cms-title-background-color; - background-image: linear-gradient(@cms-inactive-background-color 0%, @cms-title-background-color 15%); - color: @cms-title-text-color; - } - - div.content pre { - background-color: @cms-title-text-color; + body, a { color: @cms-text-color; } + + div.or-dropzone-upload > div.input { background-color: @cms-title-text-color; border: 1px dotted @cms-text-color;