noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 15/17: Fix bug : background color not set for


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 15/17: Fix bug : background color not set for head on small screens
Date: Tue, 16 May 2023 14:50:13 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 6fc5821af7e6d349d2619e1a4400a49e10370891
Author: Dany wm DB <danydb@noalyss.eu>
AuthorDate: Sun May 7 18:07:04 2023 +0200

    Fix bug : background color not set for head on small screens
---
 include/class/noalyss_appearance.class.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/class/noalyss_appearance.class.php 
b/include/class/noalyss_appearance.class.php
index 0d056591b..e14fb569e 100644
--- a/include/class/noalyss_appearance.class.php
+++ b/include/class/noalyss_appearance.class.php
@@ -136,7 +136,7 @@ class Noalyss_Appearance
         echo <<<EOF
     <style>
 
-    #dossier,#module {
+    #top,#dossier,#module {
         color:{$folder_font};
         background-color: {$folder};
     }



reply via email to

[Prev in Thread] Current Thread [Next in Thread]