Hello,
est ce qu’il existe une belle classe css qui permettrait d’afficher un ‹ sens interdit › sur un bouton ?
mes essaies :
<a class="btn btn-warning disabled" id="migrateConf">
empêche d’appuyer sur le bouton, mais n’affiche pas le sens-interdit
<a class="btn btn-warning id="migrateConf" style="cursor:not-allowed!important;">
affiche le sens-interdit, mais n’empeche pas d’appuyer sur le bouton
<a class="btn btn-warning disabled" id="migrateConf" style="cursor:not-allowed!important;">
le ‹ style › n’a pas l’air pris en compte, donc comme le 1er essaie.
une idée !?