[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 16/17: nav-level2.active and nav-level3 activ
From: |
dwm |
Subject: |
[Noalyss-commit] [noalyss] 16/17: nav-level2.active and nav-level3 active: border color |
Date: |
Wed, 25 Sep 2024 06:44:36 -0400 (EDT) |
sparkyx pushed a commit to branch stable
in repository noalyss.
commit 867642a20695043636f57a9046afcb2e405ded2f
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Mon Sep 23 11:54:49 2024 +0200
nav-level2.active and nav-level3 active: border color
---
html/css/style-classic7.css | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/html/css/style-classic7.css b/html/css/style-classic7.css
index 483ec8b97..bab8568b8 100644
--- a/html/css/style-classic7.css
+++ b/html/css/style-classic7.css
@@ -3735,3 +3735,21 @@ h2.h-section {
transform: scale(1);
background-color: darkred;
}
+
+ /**
+ * For level 2 and 3 no animation but border difference if active
+ */
+
+ .nav-level2 .nav-link.active::after, .nav-level3 .nav-link.active::after {
+ content: '';
+ position: absolute;
+ bottom: 0;
+ left: 0;
+ right: 0;
+ background-color:darkorange;
+ height: 3px;
+ }
+
+ .nav-level3 .nav-link.active::after {
+ background-color:yellow;
+ }
\ No newline at end of file
- [Noalyss-commit] [noalyss] branch stable updated (c0b99b024 -> 4a4928d0d), dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 13/17: MOD1: setting base TVA, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 16/17: nav-level2.active and nav-level3 active: border color,
dwm <=
- [Noalyss-commit] [noalyss] 15/17: Cosmetic : remove border, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 04/17: Bug : warning for ledger C0JRN when no category card is checked, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 08/17: Cosmetic menu, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 06/17: PHP Install check if curl present, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 17/17: REVERT 9bc780c62 SALE : by default invoice not checked, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 10/17: TVA show up , sorted by ID, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 03/17: Cosmetic, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 02/17: Fix Bug Cannot create new category of cards, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 01/17: Fix : France saldo until end of exercice in Gestion, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 12/17: INSTALL: template must always use its own db structure, dwm, 2024/09/25