diff --git a/Js/fonctions.js b/Js/fonctions.js index 20bffd18..830dbf84 100755 --- a/Js/fonctions.js +++ b/Js/fonctions.js @@ -63860,7 +63860,7 @@ function inserer_bareme() { $("#masquerBareme").val("0"); // On force l'affichage de l'historique pour montrer la nouvelle ligne $("#div_bareme").show(); - $("#span_bareme").removeClass('fa-chevron-down').addClass('fa-chevron-up'); + //$("#span_bareme").removeClass('fa-chevron-down').addClass('fa-chevron-up'); } }); } diff --git a/Vue/Ajaxnbrelignebareme/detailbareme.php b/Vue/Ajaxnbrelignebareme/detailbareme.php index 368a88e5..ed6c4bc5 100755 --- a/Vue/Ajaxnbrelignebareme/detailbareme.php +++ b/Vue/Ajaxnbrelignebareme/detailbareme.php @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/Vue/Detailbaremepriseencharge/index.php b/Vue/Detailbaremepriseencharge/index.php index 24c01441..b80a1883 100755 --- a/Vue/Detailbaremepriseencharge/index.php +++ b/Vue/Detailbaremepriseencharge/index.php @@ -36,7 +36,7 @@ @@ -131,7 +131,7 @@ /* Style des lignes d'historique injectées */ #div_bareme table {font-size: 0.85rem;width: 100%;} - + .lbl-saas { font-size: 10px; font-weight: 700; color: #6c757d; text-transform: uppercase; margin-bottom: 4px; display: block; } .nav-tabs .nav-link { border: none; color: #6c757d; padding: 10px 15px; } .nav-tabs .nav-link.active { color: #0d6efd; border-bottom: 2px solid #0d6efd; background: none; }