Key lock label now says enabled/disabled instead of toggled

This commit is contained in:
Dan
2020-01-09 10:00:36 +00:00
parent 995d2f8ff4
commit 4e88a4ff34
4 changed files with 18 additions and 10 deletions

View File

@@ -736,4 +736,7 @@ button:focus { outline: none; }
text-shadow: 3px 2px 5px rgb( 0, 0, 0 );
z-index: 4;
}
}
#keyLockLabel span {
font-size: 30px;
}