From 605ef3a22b14d47be8df52c6d01008770fa7ffe3 Mon Sep 17 00:00:00 2001 From: KONE SOREL Date: Sun, 15 Mar 2026 10:56:38 +0000 Subject: [PATCH] fg --- Vue/Paramfacturegarantcons/index.php | 109 +++++++++++++++++++++------ 1 file changed, 86 insertions(+), 23 deletions(-) diff --git a/Vue/Paramfacturegarantcons/index.php b/Vue/Paramfacturegarantcons/index.php index a5e077a6..de8ffc4d 100755 --- a/Vue/Paramfacturegarantcons/index.php +++ b/Vue/Paramfacturegarantcons/index.php @@ -26,38 +26,68 @@
- + + + + +
- - + + + + + +
- + + + + +
- - + + + + + +

- -
+ +
-
%
+
%
- - + + + + + +
-
+
@@ -72,39 +102,57 @@
- - + + + + + +
- + + + + +
- - + + + + + +
-
+

-
%
+
%
-
%
+
%
-
%
+
%
-
%
+
%
@@ -149,5 +197,20 @@ .bg-primary-ghost { background-color: rgba(33, 46, 83, 0.08) !important; } .bg-primary-ghost-light { background-color: rgba(33, 46, 83, 0.02) !important; } .border-primary-light { border-color: rgba(33, 46, 83, 0.1) !important; } - .form-select:disabled { opacity: 1; color: #212e53; cursor: default; font-weight: 700; padding: 0.375rem 0; } + + /* Style Neutral Pro pour les champs désactivés simulant du texte */ + .form-control:disabled { + opacity: 1; + color: #212e53; + cursor: default; + font-weight: 700; + background-color: #f8f9fa !important; + } + + /* Cache l'icône de flèche pour les select transformés en form-control */ + select.form-control:disabled { + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; + } \ No newline at end of file