Bladeren bron

Couleur grise pour bookmark vide

François Drouhard 3 jaren geleden
bovenliggende
commit
ff49857b48
2 gewijzigde bestanden met toevoegingen van 4 en 4 verwijderingen
  1. 2 2
      templates/videotheque/liste.html.twig
  2. 2 2
      templates/videotheque/voirfilm.html.twig

+ 2 - 2
templates/videotheque/liste.html.twig

@@ -66,12 +66,12 @@
 								{% set follow_icone = "fa fa-bookmark fa-lg" %}
 								{% set follow_texte = "Supprimer ce film de votre liste à voir" %}
 							{% else %}
-								{% set follow_icone = "fa fa-bookmark-o fa-lg" %}
+								{% set follow_icone = "fa fa-bookmark-o text-secondary fa-lg" %}
 								{% set follow_texte = "Ajouter ce film à votre liste à voir" %}
 							{% endif %}
 							<a href="#" data-fonction="switch"
 										data-icone-actif="fa fa-bookmark fa-lg"
-										data-icone-inactif="fa fa-bookmark-o fa-lg"
+										data-icone-inactif="fa fa-bookmark-o text-secondary fa-lg"
 										data-path="{{ path('maliste_modifier_a_voir') }}"
 										data-toggle="tooltip"
 										title="{{ follow_texte }}"

+ 2 - 2
templates/videotheque/voirfilm.html.twig

@@ -7,12 +7,12 @@
             {% set follow_icone = "fa fa-bookmark" %}
             {% set follow_texte = "Supprimer ce film de votre liste à voir" %}
         {% else %}
-            {% set follow_icone = "fa fa-bookmark-o" %}
+            {% set follow_icone = "fa fa-bookmark-o text-secondary" %}
             {% set follow_texte = "Ajouter ce film à votre liste à voir" %}
         {% endif %}
         <a href="#" data-fonction="switch"
                     data-icone-actif="fa fa-bookmark"
-                    data-icone-inactif="fa fa-bookmark-o"
+                    data-icone-inactif="fa fa-bookmark-o text-secondary"
                     data-path="{{ path('maliste_modifier_a_voir') }}"
                     data-toggle="tooltip"
                     title="{{ follow_texte }}"