mirror of
https://github.com/Michatec/wk_wars2x.git
synced 2026-04-01 08:26:27 +02:00
Added a second set of binds for small keyboards
Also changed the key lock key to L, as the "switch binds" key is now K
This commit is contained in:
@@ -958,7 +958,7 @@ button:focus { outline: none; }
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#keyLockLabel {
|
||||
#keyLockLabel, #keyBindsLabel {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
right: 0;
|
||||
@@ -967,12 +967,12 @@ button:focus { outline: none; }
|
||||
text-align: center;
|
||||
font-size: 30px;
|
||||
|
||||
color: rgb( 200, 200, 200 );
|
||||
color: rgb(255, 255, 255);
|
||||
text-shadow: 3px 2px 5px rgb( 0, 0, 0 );
|
||||
|
||||
z-index: 5;
|
||||
}
|
||||
#keyLockLabel span {
|
||||
#keyLockLabel span, #keyBindsLabel span {
|
||||
font-size: 30px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user