noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 21/33: Fix Bug Cosmetic: appearance : color o


From: dwm
Subject: [Noalyss-commit] [noalyss] 21/33: Fix Bug Cosmetic: appearance : color of menu1
Date: Thu, 18 Jul 2024 12:24:48 -0400 (EDT)

sparkyx pushed a commit to branch unstable
in repository noalyss.

commit 161bc2adac75ad0774a7c08e6ee812fcb139c484
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Sun Jun 30 20:20:03 2024 +0200

    Fix Bug Cosmetic: appearance : color of menu1
---
 include/class/noalyss_appearance.class.php | 15 ++++++++++++---
 1 file changed, 12 insertions(+), 3 deletions(-)

diff --git a/include/class/noalyss_appearance.class.php 
b/include/class/noalyss_appearance.class.php
index 635d62a09..ec306dd42 100644
--- a/include/class/noalyss_appearance.class.php
+++ b/include/class/noalyss_appearance.class.php
@@ -153,16 +153,25 @@ class Noalyss_Appearance
     h2.title {
         background-color: {$inner_box_title} ;
     }
-    .nav-fill .nav-item {
-         background: {$menu1};
-        color: {$menu1_font};
+    .nav-fill  .nav-item {
+         background: {$menu1} !important;
+        color: {$menu1_font} !important;
     }
+     .nav-fill:hover {
+        color: {$menu1_font} !important;
+     }
     .nav-level2 {
         background-color: {$menu2};
         color:{$menu2_font};
     }
     .nav-pills .nav-link.active {
         background-color: {$menu1_selected}  !important;  
+    }
+     .nav-pills .nav-link {
+      color: {$menu1_font}  !important;  
+    }
+    .nav-link:hover {
+        background-color:{$menu1_selected};
     }
     table.sortable, table.table_large, table.result  ,table.resultfooter {
         color:{$font_table} !important;



reply via email to

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