Fix for the green color of unregistered users not being visible #257
1 changed files with 4 additions and 0 deletions
|
@ -558,6 +558,10 @@ input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
|
|||
border-bottom: 2px solid lime
|
||||
}
|
||||
|
||||
.unregistered {
|
||||
-webkit-text-fill-color: unset;
|
||||
}
|
||||
|
||||
.unregistered:hover {
|
||||
color: rgb(0, 230, 0);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue