Explorar el Código

Correction couleur d'un bouton

François Drouhard hace 3 años
padre
commit
75bb36577e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      assets/js/addCollectionWidget.js

+ 1 - 1
assets/js/addCollectionWidget.js

@@ -25,7 +25,7 @@
 
         function addDeleteLink($prototype) {
             // Création du lien
-            let $deleteLink = $('<button type="button" class="btn btn-outline-secondary"><i class="fa fa-trash fa-lg" style="color:Tomato;"></i></button>');
+            let $deleteLink = $('<button type="button" class="btn btn-outline-secondary"><i class="fa fa-trash fa-lg text-danger"></i></button>');
     
             // Ajout du lien
             $prototype.find(":input").after($deleteLink);