Minor animation improvements

This commit is contained in:
Maciej Gomola 2024-10-18 15:28:31 +02:00
parent 1b7bc84b65
commit 8bc1abb990
2 changed files with 2 additions and 6 deletions

View File

@ -67,11 +67,7 @@ body {
pointer-events: none;
z-index: 200;
transition: all 0.4s;
}
.history-container span {
transition: all 0.4s, opacity 0.3s 0.1s;
}
.history-container span strong {

View File

@ -58,7 +58,7 @@
<span>Kolor podstawowy: <input type="color" id="button-primary"></span>
<span>Kolor alternatywny: <input type="color" id="button-secondary"></span>
<div class="container">
<button onclick="applyUIColors()">Zatwierdź</button>
<button onclick="applyUIColors()">Zapisz</button>
</div>
</div>