test attributezwiico lors de l'installation

This commit is contained in:
Fred Tempez 2023-07-22 18:45:23 +02:00
parent 29d696bdb4
commit b4f9ac45a7
2 changed files with 3 additions and 3 deletions

View File

@ -21,7 +21,7 @@
border-radius: 5px !important; border-radius: 5px !important;
} }
#site, p, div, label, select, input, table, span { #site, p, div:not(.message, [attribute*="zwiico"]), label, select, input, table, span {
background-color: rgba(255, 255, 255, 1) !important; background-color: rgba(255, 255, 255, 1) !important;
color: rgba(33, 34, 35, 1) !important; color: rgba(33, 34, 35, 1) !important;
} }

View File

@ -27,7 +27,7 @@
<?php echo helper::translate('4/4 : Configuration...'); ?> <?php echo helper::translate('4/4 : Configuration...'); ?>
</span> </span>
</div> </div>
<div id="installUpdateError" class="colorRed displayNone"> <div id="installUpdateError" class="message colorRed displayNone">
<?php echo template::ico('cancel'); ?> <?php echo template::ico('cancel'); ?>
<strong> <strong>
<?php echo helper::translate('Une erreur est survenue lors de l\'étape :'); ?> <?php echo helper::translate('Une erreur est survenue lors de l\'étape :'); ?>
@ -35,7 +35,7 @@
<span id="installUpdateErrorStep"> </span>. <span id="installUpdateErrorStep"> </span>.
</strong> </strong>
</div> </div>
<div id="installUpdateSuccess" class="colorGreen displayNone"> <div id="installUpdateSuccess" class="message colorGreen displayNone">
<?php echo template::ico('check'); ?> <?php echo template::ico('check'); ?>
<?php echo helper::translate('Mise à jour terminée avec succès.'); ?> <?php echo helper::translate('Mise à jour terminée avec succès.'); ?>
</div> </div>