final fixes

This commit is contained in:
KaseToatz1337
2024-04-26 14:00:38 +02:00
parent 9d902b2ce9
commit 26a58fe156
5 changed files with 19 additions and 21 deletions

View File

@ -8,6 +8,7 @@ body
align-items: center;
justify-content: center;
background-color: rgb(56, 18, 114);
font-family: Arial, Helvetica, sans-serif;
}
#container
@ -49,11 +50,8 @@ input
#logo
{
background-image: url("/html/assets/logo.svg");
height: 80px;
background-repeat: no-repeat;
background-position: center;
margin-bottom: 30px;
user-select: none;
}
#form
@ -112,6 +110,20 @@ input:focus, select:focus
background-color: rgb(47, 47, 47);
box-shadow: rgba(0, 0, 0, 0.25) 0px -2px inset;
margin-top: 2px;
padding-bottom: 2px;
min-height: 44px;
}
#flood:active
{
background-color: rgb(42, 42, 42);
box-shadow: none;
margin-top: 4px;
min-height: 42px;
}
#text
{
color: white;
margin: 0px;
font-weight: 700;
}