[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 05/26: Change color border
From: |
dwm |
Subject: |
[Noalyss-commit] [noalyss] 05/26: Change color border |
Date: |
Wed, 25 Sep 2024 06:44:48 -0400 (EDT) |
sparkyx pushed a commit to branch pre-stable
in repository noalyss.
commit 8080d8e713652a6914710ff053c615cc31b13355
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Wed Sep 18 17:57:20 2024 +0200
Change color border
---
html/css/style-classic7.css | 7 +++++--
include/template/menu.php | 2 +-
2 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/html/css/style-classic7.css b/html/css/style-classic7.css
index f983e7418..feb20acf6 100644
--- a/html/css/style-classic7.css
+++ b/html/css/style-classic7.css
@@ -3298,7 +3298,6 @@ margin:1px;
}
li.li-active {
background-color: lightgray !important;
-
}
.nav-level2 {
background-color: hsl(240, 39%, 41.2%);
@@ -3716,7 +3715,7 @@ h2.h-section {
right:0;
position:absolute;
height:var(--border-size);
- background-color:crimson;
+ background-color:lightgrey;
transform:scaleX(0);
transition:transform 300ms ease-in-out;
}
@@ -3727,3 +3726,7 @@ h2.h-section {
transform:scaleX(1);
}
+ .nav-item.li-active.nav-item-underline::before {
+ transform: scale(1);
+ background-color: darkred;
+ }
\ No newline at end of file
diff --git a/include/template/menu.php b/include/template/menu.php
index de87e4c19..fa21b41f9 100644
--- a/include/template/menu.php
+++ b/include/template/menu.php
@@ -50,7 +50,7 @@
$a_request=explode('/', $access_code);
if ( isset($a_request [$level+1]) &&
$a_request[$level+1]==$amenu[$i]['me_code']) {
$class_link="nav-link active";
- $class_list_element="nav-item li-active";
+ $class_list_element="nav-item li-active
nav-item-underline";
}
if ( $level == 0) {
$url=$a_request[0];
- [Noalyss-commit] [noalyss] 01/26: add detail, (continued)
- [Noalyss-commit] [noalyss] 01/26: add detail, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 06/26: Change color border, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 10/26: Fix : France saldo until end of exercice in Gestion, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 19/26: TVA show up , sorted by ID, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 07/26: color, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 16/26: MOD2 : update, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 25/26: nav-level2.active and nav-level3 active: border color, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 20/26: VAT warning : update the VAT CODE, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 17/26: Cosmetic menu, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 02/26: css : Cosmetic add CSS h-section, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 05/26: Change color border,
dwm <=
- [Noalyss-commit] [noalyss] 03/26: Cosmetic : animate bar menu, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 04/26: Cosmetic : menu and module , animate, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 08/26: Cosmetic, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 11/26: Fix Bug Cannot create new category of cards, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 13/26: Bug : warning for ledger C0JRN when no category card is checked, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 12/26: Cosmetic, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 14/26: Update MOD1, Belgian template add VAT, document, ..., dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 15/26: PHP Install check if curl present, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 18/26: SALE : by default invoice not checked, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 21/26: INSTALL: template must always use its own db structure, dwm, 2024/09/25