Updated key lock message

The key lock message now reads "Radar key binds enabled" and "Radar key binds blocked". Green and red are also used to signify the state of the key binds, this hopefully makes it a bit more clear what it does, as well as the state of the key lock.
This commit is contained in:
Dan
2020-11-13 17:32:34 +00:00
parent b687908a91
commit f5e55c4728
3 changed files with 21 additions and 3 deletions

View File

@@ -159,6 +159,14 @@ button:focus { outline: none; }
color: rgb(255, 255, 0);
}
.green {
color: rgb( 0, 255, 0 );
}
.red {
color: rgb( 255, 0, 0 );
}
.arrow {
width: 11px;
height: 15.4px;