mirror of
https://github.com/Grasscutters/GrassClipper.git
synced 2024-08-14 13:11:48 +08:00
small alert styling change
This commit is contained in:
parent
6c0d8c2a19
commit
73a3d173e8
@ -1,4 +1,4 @@
|
|||||||
function displayAlert(message, clear = 5000) {
|
function displayAlert(message, clear = 4000) {
|
||||||
const alert = document.getElementById('alert')
|
const alert = document.getElementById('alert')
|
||||||
const alertText = document.getElementById('alertText')
|
const alertText = document.getElementById('alertText')
|
||||||
|
|
||||||
|
@ -613,7 +613,7 @@ img {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
top: -10%;
|
top: -10%;
|
||||||
left: 15%;
|
left: 15%;
|
||||||
background: #ffd326;
|
background: linear-gradient(#ffc61e, #ffd326);
|
||||||
border: 1px solid #704a1d;
|
border: 1px solid #704a1d;
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user