Added in key lock

This commit is contained in:
Dan
2019-12-23 00:24:18 +00:00
parent 96ea422c22
commit 67897dcdcb
7 changed files with 77 additions and 19 deletions

View File

@@ -765,4 +765,19 @@ button:focus { outline: none; }
#uiSettingsBox .close:active {
background-color: rgb( 190, 190, 190 );
padding: 0;
}
}
#keyLockLabel {
position: absolute;
left: 0;
right: 0;
bottom: 300px;
text-align: center;
font-size: 30px;
color: rgb( 200, 200, 200 );
text-shadow: 3px 2px 5px rgb( 0, 0, 0 );
z-index: 4;
}