make quantity of added roles green

This commit is contained in:
AlecM33
2023-03-07 20:54:35 -05:00
parent 1da6fadd10
commit 6a0626e490
4 changed files with 70 additions and 56 deletions

View File

@@ -92,8 +92,8 @@ textarea {
}
.toast-neutral {
background-color: #dbdbdb;
border: 3px solid #c4c4c4;
background-color: #e9e9e9;
border: 3px solid #b7b7b7;
}
.toast-dispel-automatically {

View File

@@ -466,7 +466,7 @@ input[type="number"] {
background-color: black;
align-items: center;
padding: 5px;
margin: 0.25em 0;
margin: 0.25em 0.25em 0 0;
border-radius: 5px;
border: 1px solid transparent;
font-size: 16px;
@@ -478,6 +478,10 @@ input[type="number"] {
white-space: nowrap
}
.role-quantity {
color: #00a718;
}
.default-role:hover, .custom-role:hover, .added-role:hover {
border: 1px solid #d7d7d7;
}