support (shift+)meta (alt) key combinations
[sheet.git] / base.css
index 0922dc47bbc50e0c698d032c8a4869dd6adc5ea8..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 */
@@ -221,17 +223,11 @@ table.glyphs.dimap {
        margin-bottom: -2.2ex; /* take cell padding */
 }
 .glyphs small.digraph {
-       background: #888;
-       color: #FFF;
-
        background: #000;
        color: #FFF;
        opacity: 0.3;
 }
 .glyphs small.value {
-       background: #CCC;
-       color: #666;
-
        background: #600;
        color: #FFF;
        opacity: 0.3;