[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 21/21: Esthetic
From: |
dwm |
Subject: |
[Noalyss-commit] [noalyss] 21/21: Esthetic |
Date: |
Sun, 15 Dec 2024 09:51:40 -0500 (EST) |
sparkyx pushed a commit to branch unstable
in repository noalyss.
commit 80be654206c6c6587490133f50a98aef2cea9ede
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Sun Dec 15 15:50:30 2024 +0100
Esthetic
---
html/css/style-classic7.css | 27 +++++++++++----------------
1 file changed, 11 insertions(+), 16 deletions(-)
diff --git a/html/css/style-classic7.css b/html/css/style-classic7.css
index 6aeefd5a5..c7beae097 100644
--- a/html/css/style-classic7.css
+++ b/html/css/style-classic7.css
@@ -25,10 +25,10 @@ BODY {
color:darkblue !important;
background-color:#FCFDFD;
--hover : rgba(108, 130, 208, 0.9);
- --border-size:6px;
+ --border-size:8px;
--accent-color:lightblue;
--input-color:#4b4b91;
-
+ --color-red:Crimson;
}
input{
font-family: 'OpenSansRegular';
@@ -263,8 +263,6 @@ td.tool a.mtitle:hover {
transition:color 300ms ease-in-out;
}
-
- }
#module .nav-pills a.nav-link:hover {
color:white !important;
border:1px solid transparent;
@@ -3325,7 +3323,7 @@ margin:1px;
margin: 1px;
background: navy;
color: white;
- border-radius: 3px;
+ border-radius: 4px;
}
.nav-fill .nav-item:hover {
background-color:#6393c1;
@@ -3342,12 +3340,9 @@ margin:1px;
.nav-pills .nav-link {
color:white ;
-}
-li.li-active {
- background-color: lightgray !important;
}
/****************************************/
- /* MENU LEVEL2 */
+ /* MENU LEVEL 0 */
/****************************************/
.nav-level0 {
@@ -3360,9 +3355,10 @@ li.li-active {
/* MD */
@media (min-width: 768px) {
- .nav-level0 .nav-item {
- padding : 0.4%;
- }
+ .nav-level0 > li >a {
+ padding:6%;
+ }
+
}
/* LG */
@@ -3394,7 +3390,7 @@ li.li-active {
/* MD */
@media (min-width: 768px) {
.nav-level2 .nav-item {
- padding : 0.1%;
+ padding : 0%;
}
}
@@ -3868,7 +3864,7 @@ h2.h-section {
.nav-item.li-active.nav-item-underline::before {
transform: scale(1);
- background-color: darkred;
+ background-color: var(--color-red);
}
/**
@@ -3882,9 +3878,8 @@ h2.h-section {
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] 01/21: PHP8.3 : remove deprecated in Document_Type, (continued)
- [Noalyss-commit] [noalyss] 01/21: PHP8.3 : remove deprecated in Document_Type, dwm, 2024/12/15
- [Noalyss-commit] [noalyss] 12/21: FIX P0TVA when no data, dwm, 2024/12/15
- [Noalyss-commit] [noalyss] 03/21: Improve Code Documentation, dwm, 2024/12/15
- [Noalyss-commit] [noalyss] 13/21: New : label cannot be empty, dwm, 2024/12/15
- [Noalyss-commit] [noalyss] 02/21: Merge branch '241104-correct' into unstable, dwm, 2024/12/15
- [Noalyss-commit] [noalyss] 15/21: improve Operation detail : show Analytic imputation for VAT Not Deductible, dwm, 2024/12/15
- [Noalyss-commit] [noalyss] 04/21: css : font size rem or % , remove all fixed font-size in px, dwm, 2024/12/15
- [Noalyss-commit] [noalyss] 20/21: VAT ND Analytic : fix bug, dwm, 2024/12/15
- [Noalyss-commit] [noalyss] 07/21: NEW #0002395: C0TVA : pouvoir choisir la contrepartie pour l'autoliquidation, dwm, 2024/12/15
- [Noalyss-commit] [noalyss] 06/21: FIX : some doc in comment, dwm, 2024/12/15
- [Noalyss-commit] [noalyss] 21/21: Esthetic,
dwm <=
- [Noalyss-commit] [noalyss] 11/21: FIX : javascript id$ function, dwm, 2024/12/15
- [Noalyss-commit] [noalyss] 09/21: FIX : Tax_Summary->check fails when there is no data, check was not correct, dwm, 2024/12/15
- [Noalyss-commit] [noalyss] 05/21: WIP : CSS : use variables, dwm, 2024/12/15
- [Noalyss-commit] [noalyss] 08/21: Convert upgrade.sql to upgrade202.sql, dwm, 2024/12/15
- [Noalyss-commit] [noalyss] 16/21: Operation Analytic : save_form_plan_vat_nd , check that the total is the same as the VAT ND amount, dwm, 2024/12/15
- [Noalyss-commit] [noalyss] 14/21: improve doc, dwm, 2024/12/15
- [Noalyss-commit] [noalyss] 19/21: Integrate stash, dwm, 2024/12/15
- [Noalyss-commit] [noalyss] 10/21: FIX : Tax_Summary->check fails when there is no data, check was not correct, dwm, 2024/12/15
- [Noalyss-commit] [noalyss] 17/21: Documentation, dwm, 2024/12/15
- [Noalyss-commit] [noalyss] 18/21: Code improve Todo List to finish , allow a empty date, dwm, 2024/12/15