Minor animation improvements
This commit is contained in:
parent
1b7bc84b65
commit
8bc1abb990
@ -67,11 +67,7 @@ body {
|
|||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
z-index: 200;
|
z-index: 200;
|
||||||
|
|
||||||
transition: all 0.4s;
|
transition: all 0.4s, opacity 0.3s 0.1s;
|
||||||
}
|
|
||||||
|
|
||||||
.history-container span {
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.history-container span strong {
|
.history-container span strong {
|
||||||
|
@ -58,7 +58,7 @@
|
|||||||
<span>Kolor podstawowy: <input type="color" id="button-primary"></span>
|
<span>Kolor podstawowy: <input type="color" id="button-primary"></span>
|
||||||
<span>Kolor alternatywny: <input type="color" id="button-secondary"></span>
|
<span>Kolor alternatywny: <input type="color" id="button-secondary"></span>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<button onclick="applyUIColors()">Zatwierdź</button>
|
<button onclick="applyUIColors()">Zapisz</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user