[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;
- [Noalyss-commit] [noalyss] 28/33: VEN - ACH fix default currency, (continued)
- [Noalyss-commit] [noalyss] 28/33: VEN - ACH fix default currency, dwm, 2024/07/18
- [Noalyss-commit] [noalyss] 32/33: test unit : pdf activity, dwm, 2024/07/18
- [Noalyss-commit] [noalyss] 33/33: Merge branch 'pre-stable' into unstable, dwm, 2024/07/18
- [Noalyss-commit] [noalyss] 29/33: ODS : cosmetic detail operation, not aligned, dwm, 2024/07/18
- [Noalyss-commit] [noalyss] 07/33: remove euro symbole, dwm, 2024/07/18
- [Noalyss-commit] [noalyss] 16/33: cosmetic : improve appearance, dwm, 2024/07/18
- [Noalyss-commit] [noalyss] 19/33: ACH-13 : extourne also analytic, dwm, 2024/07/18
- [Noalyss-commit] [noalyss] 23/33: Bug : ven-3 duplicate does not work with currency : incorrect amount, dwm, 2024/07/18
- [Noalyss-commit] [noalyss] 24/33: allow many-to-many lettering + cosmetic, dwm, 2024/07/18
- [Noalyss-commit] [noalyss] 20/33: Fix cosmetic : export Operation PDF: anc not printed properly, dwm, 2024/07/18
- [Noalyss-commit] [noalyss] 21/33: Fix Bug Cosmetic: appearance : color of menu1,
dwm <=
- [Noalyss-commit] [noalyss] 03/33: IMPROVE #0002362: CCARDAT : Attribut de fiche Add control for element (choice) and allow to use VALUE(1, 1), (2, 2), dwm, 2024/07/18
- [Noalyss-commit] [noalyss] 01/33: tag 9206, dwm, 2024/07/18
- [Noalyss-commit] [noalyss] 05/33: IMPROVE #0002362: CCARDAT : Attribut de fiche Add control for element (choice) and allow to use VALUE(1, 1), (2, 2), dwm, 2024/07/18
- [Noalyss-commit] [noalyss] 26/33: PRINTJRN Cosmetic : 2 columns reversed, dwm, 2024/07/18
- [Noalyss-commit] [noalyss] 27/33: SQL : menu cosmetic, dwm, 2024/07/18
- [Noalyss-commit] [noalyss] 12/33: Menu not printable, dwm, 2024/07/18
- [Noalyss-commit] [noalyss] 14/33: PHP8.2 Allow Dynamic Properties, dwm, 2024/07/18
- [Noalyss-commit] [noalyss] 13/33: PRINTTVA : display tva_code, dwm, 2024/07/18
- [Noalyss-commit] [noalyss] 30/33: ODS : duplicate in currency, dwm, 2024/07/18
- [Noalyss-commit] [noalyss] 11/33: PHP8.2 Allow Dynamic Properties, dwm, 2024/07/18