Include unassigned keys to shortcut dialog

This commit is contained in:
Nick O'Leary
2017-01-11 11:41:25 +00:00
parent b1684e82d8
commit 3cd53f617a
3 changed files with 18 additions and 7 deletions

View File

@@ -37,6 +37,12 @@
float: right;
color: #999;
}
.keyboard-shortcut-entry-unassigned {
color: #999;
.keyboard-shortcut-entry-key {
font-style: italic;
}
}
.help-key {
border: 1px solid #ddd;