support (shift+)meta (alt) key combinations
[sheet.git] / base.css
index 7b150526b11e9978bc122ec7bfe6917fdcbcc576..989f8be48f3afe0aafb65a4048826ffd1c2d33f5 100644 (file)
--- a/base.css
+++ b/base.css
@@ -119,11 +119,13 @@ ul.keys li b[title] { /* mnemonic hover */
 ul.keys li[onclick]:hover { /* link */
        cursor: pointer;
 }
+ul.keys.meta li b,
 ul.keys.ctrl li b,
 ul.keys.lead li b { /* char with ctrl or leading key */
        font-size: 100%; /* space is too limited for 2+ double-sized chars */
        line-height: 5ex; /* keep double height though */
 }
+ul.keys.meta li b small,
 ul.keys.ctrl li b small { /* meta key indicator */
        font-size: 70%;
        font-weight: normal; /* nice and subtle */