From b759afa57dcf7cc3e024fb7a31714afad1ddcb5c Mon Sep 17 00:00:00 2001 From: ralf Date: Thu, 2 Nov 2023 20:26:16 +0200 Subject: [PATCH] fix only active sidebox-category header should be white, not the text of the whole sidebox, like the drop-down icon of selectboxes in calendar --- pixelegg/less/layout_raster_sidebar.less | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pixelegg/less/layout_raster_sidebar.less b/pixelegg/less/layout_raster_sidebar.less index 2fb4eb8ce1..ea692547f6 100644 --- a/pixelegg/less/layout_raster_sidebar.less +++ b/pixelegg/less/layout_raster_sidebar.less @@ -258,8 +258,8 @@ border-bottom-width: 0px; margin-top: 4px; background-color: @egw_color_2_a; - .color_5_gray; h1,h2 { + .color_5_gray; background-image:url(../../api/templates/default/images/arrow_down.svg); line-height: 1em; font-size: 12px; @@ -670,5 +670,4 @@ } -} // .egw_fw_ui_sidemenu_listitem - +} // .egw_fw_ui_sidemenu_listitem \ No newline at end of file