openrat-cms

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

commit b68f4166892592a5ffd8e3a4e6e5922daf10f1fe
parent e4a7c747537f310c9af91b0b56aa9d9a9f5efbf2
Author: Jan Dankert <develop@jandankert.de>
Date:   Mon, 29 Nov 2021 01:38:05 +0100

Only a comment for prefers-reduced-data (not supported yet)

Diffstat:
Mmodules/cms/ui/themes/default/style/theme/openrat-theme.less | 3+++
1 file changed, 3 insertions(+), 0 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 @@ -459,6 +459,9 @@ html { // background image is not displayed now. So we should not use it here, the browser should not download it. //filter: hue-rotate(unit(hue(@cms-inactive-background-color),deg)) saturate(saturation(@cms-inactive-background-color)) brightness(lightness(@cms-inactive-background-color) ); //background-image: url(@cms-background-image); + //@media (prefers-reduced-data: reduce) { + // background-image: none; + //} } } }