mirror of
https://github.com/AlecM33/Werewolf.git
synced 2026-01-01 16:59:29 +01:00
make quantity of added roles green
This commit is contained in:
@@ -92,8 +92,8 @@ textarea {
|
||||
}
|
||||
|
||||
.toast-neutral {
|
||||
background-color: #dbdbdb;
|
||||
border: 3px solid #c4c4c4;
|
||||
background-color: #e9e9e9;
|
||||
border: 3px solid #b7b7b7;
|
||||
}
|
||||
|
||||
.toast-dispel-automatically {
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user