Design improvements
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user