openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 133ddb155227e81257b0e1b90fdedd380c3bd3a8
parent 48e6bd317e3f0d05ebf827746c4ac85104433b52
Author: Jan Dankert <devnull@localhost>
Date:   Tue,  4 Dec 2018 23:28:07 +0100

Fix: Lesbarkeit von Formularfeldern: Weiß auf Weiß ist keine gute Idee.

Diffstat:
modules/cms-ui/themes/default/style/theme/openrat-theme.less | 13+++++++------
1 file changed, 7 insertions(+), 6 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 @@ -386,12 +386,13 @@ html.theme-@{cms-theme-id} { div.inputholder { - background-color: @cms-title-text-color; - border: 1px solid @cms-title-background-color; + background-color: @cms-text-color; + color: @cms-background-color; + border: 1px solid mix(@cms-text-color, @cms-background-color); .border-radius(3px); - -webkit-box-shadow: inset 0px 0px 3px @cms-title-background-color; - -moz-box-shadow: inset 0px 0px 3px @cms-title-background-color; - box-shadow: inset 0px 0px 3px @cms-title-background-color; + -webkit-box-shadow: inset 0px 0px 3px @cms-text-color; + -moz-box-shadow: inset 0px 0px 3px @cms-text-color; + box-shadow: inset 0px 0px 3px @cms-text-color; } input[type='checkbox'], @@ -428,7 +429,7 @@ html.theme-@{cms-theme-id} { } fieldset { - border-color: mix(@cms-background-color,@cms-title-background-color) + border-color: mix(@cms-text-color,@cms-background-color) } tr.diff > td.line {