Design improvements

This commit is contained in:
2026-02-13 13:51:07 +01:00
parent f468814a2f
commit fa886aad4d
3 changed files with 75 additions and 49 deletions

View File

@@ -53,9 +53,13 @@ input[type="submit"] {
}
input[type="button"]:hover,
input[type="submit"]:hover {
background-color: #1d4899;
color: #ffffff;
input[type="submit"]:hover,
.deny-button:hover,
.accept-button:hover,
.fix-button:hover
{
background-color: #1d4899 !important;
color: #ffffff !important;
}
.error_text {
@@ -69,3 +73,18 @@ input[type="submit"]:hover {
font-weight: bold;
color: #2a7caf;
}
.accept-button {
background-color: #508c4c !important;
color: #ffffff;
}
.deny-button {
background-color: #c9302c !important;
color: #ffffff;
}
.fix-button {
background-color: #d3d669 !important;
color: #000000 !important;
}