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};
}