icône sur le bouton nouvelle grille
This commit is contained in:
parent
4fb2e70915
commit
50872aef31
@ -145,7 +145,7 @@ $grille = new Grille($hauteur, $largeur, $id);
|
|||||||
<input type="hidden" id="lignes" <?php if (isset($_GET["lignes"])): ?>name="lignes" <?php endif ?>value="<?= $hauteur ?>" />
|
<input type="hidden" id="lignes" <?php if (isset($_GET["lignes"])): ?>name="lignes" <?php endif ?>value="<?= $hauteur ?>" />
|
||||||
<input type="hidden" id="colonnes" <?php if (isset($_GET["colonnes"])): ?>name="colonnes" <?php endif ?>value="<?= $largeur ?>" />
|
<input type="hidden" id="colonnes" <?php if (isset($_GET["colonnes"])): ?>name="colonnes" <?php endif ?>value="<?= $largeur ?>" />
|
||||||
<input type="hidden" id="solution_hashee" value="<?= $grille->hash() ?>" />
|
<input type="hidden" id="solution_hashee" value="<?= $grille->hash() ?>" />
|
||||||
<button type="submit">Nouvelle grille</button>
|
<button type="submit"><img src="favicon.ico">Nouvelle grille</button>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
<script src="script.js"></script>
|
<script src="script.js"></script>
|
||||||
|
@ -142,6 +142,9 @@ button[type='submit'] {
|
|||||||
background: none;
|
background: none;
|
||||||
font-family: inherit;
|
font-family: inherit;
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
gap: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
button[type="submit"]:hover {
|
button[type="submit"]:hover {
|
||||||
@ -213,4 +216,4 @@ button[type="submit"]:active {
|
|||||||
button[type="submit"]:active {
|
button[type="submit"]:active {
|
||||||
color: orchid;
|
color: orchid;
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user