From 3c0f794c39063b18c809fb3d16c14e78e4a09d71 Mon Sep 17 00:00:00 2001 From: Luka Stocker Date: Tue, 26 Nov 2024 11:46:53 +0100 Subject: [PATCH] UI: 31193, invert content page placeholder icons to have them be less prominent in color. https://mantis.ilias.de/view.php?id=31193 --- .../070-components/legacy/Services/_component_copage.scss | 4 ++++ templates/default/delos.css | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/templates/default/070-components/legacy/Services/_component_copage.scss b/templates/default/070-components/legacy/Services/_component_copage.scss index 906342a8e4f4..e8fc94a64c41 100755 --- a/templates/default/070-components/legacy/Services/_component_copage.scss +++ b/templates/default/070-components/legacy/Services/_component_copage.scss @@ -843,6 +843,10 @@ p#copg-auto-save { text-align: center; color: $il-text-light-color; padding: 20px; + + .icon { + filter: invert(50%); + } } .il-copg-drag { diff --git a/templates/default/delos.css b/templates/default/delos.css index 738698e37411..33d032aecdbf 100644 --- a/templates/default/delos.css +++ b/templates/default/delos.css @@ -16418,6 +16418,10 @@ p#copg-auto-save { color: #6f6f6f; padding: 20px; } +.copg-new-content-placeholder .icon, +.copg-content-placeholder-lso-curriculum .icon { + filter: invert(50%); +} .il-copg-drag { width: 40px;