From 3a7f97cf0318d9243d136c8d1f3fa93b9342809e Mon Sep 17 00:00:00 2001 From: sparkyx Date: Sat, 1 Jul 2023 12:31:34 +0200 Subject: [PATCH] Cosmetic Fix bug : dossier name disappear --- html/css/style-classic7.css | 2 +- include/class/noalyss_appearance.class.php | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/html/css/style-classic7.css b/html/css/style-classic7.css index 20c8ee455..f8a7b3425 100644 --- a/html/css/style-classic7.css +++ b/html/css/style-classic7.css @@ -1375,7 +1375,7 @@ div.foldercontent { @media only screen and (max-width: 1199px) { #dossier { - display:none; + display:flex; } } diff --git a/include/class/noalyss_appearance.class.php b/include/class/noalyss_appearance.class.php index e14fb569e..635d62a09 100644 --- a/include/class/noalyss_appearance.class.php +++ b/include/class/noalyss_appearance.class.php @@ -135,8 +135,11 @@ class Noalyss_Appearance echo << - - #top,#dossier,#module { +#top { + color:{$folder_font}; + background-color: transparent; + } + #dossier,#module { color:{$folder_font}; background-color: {$folder}; }