[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 82/86: Change color border
From: |
dwm |
Subject: |
[Noalyss-commit] [noalyss] 82/86: Change color border |
Date: |
Thu, 19 Sep 2024 02:42:04 -0400 (EDT) |
sparkyx pushed a commit to branch unstable
in repository noalyss.
commit a27c82df204c4a219d9a8445eafa1e12c9e24cea
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] 33/86: RECONCILE : remove direct access to, (continued)
- [Noalyss-commit] [noalyss] 33/86: RECONCILE : remove direct access to, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 37/86: RECONCILE : VAT ND not in account, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 40/86: Fix bug CSV for P1TVA , wrong header, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 46/86: Bug : some db doesn't have the view v_quant_detail, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 49/86: Improve message, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 55/86: Merge branch 'stable' into unstable, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 57/86: Bug : when only one extension, it fails, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 50/86: Translation, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 63/86: Bug : when only one extension, it fails, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 70/86: Cosmetic, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 82/86: Change color border,
dwm <=
- [Noalyss-commit] [noalyss] 83/86: Change color border, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 81/86: Cosmetic : menu and module , animate, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 86/86: Cosmetic g_failed, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 18/86: Task #0002376: Numéro de pièce, remplissage avec des 0 code : renommage de set_pj par update_receipt, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 47/86: Improve : creation db , mod1 , mod2 and account_repository remove the alter table disable all triggers, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 08/86: CFGMENU : bug cannot update menu, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 54/86: Translation Cosmetic: without z-index, the class col is behind the autocomplete div in COMPANY Fix Create user , password not set Improve : creation db , mod1 , mod2 and account_repository remove the alter table disable all triggers Bug : some db doesn't have the view v_quant_detail Fix bug CSV for P1TVA , wrong header, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 52/86: Translation Cosmetic: without z-index, the class col is behind the autocomplete div in COMPANY Fix Create user , password not set Improve : creation db , mod1 , mod2 and account_repository remove the alter table disable all triggers Bug : some db doesn't have the view v_quant_detail Fix bug CSV for P1TVA , wrong header, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 21/86: Task #0002376: Numéro de pièce, remplissage avec des 0 code : renommage de set_pj par update_receipt, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 45/86: Cosmetic: without z-index, the class col is behind the autocomplete div in COMPANY, dwm, 2024/09/19