X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/706180618dd0dd43d6569359cb35bca84bc5ce51..132eb3a630a1f5966a133bbc6538996ae31326b1:/base.css diff --git a/base.css b/base.css index 2529b0b..139c94c 100644 --- a/base.css +++ b/base.css @@ -139,6 +139,13 @@ ul.keys li b[title] { /* mnemonic hover */ ul.keys li[onclick]:hover { /* link */ cursor: pointer; } +ul.keys li a { /* key link */ + color: inherit; + text-decoration: none; + display: block; + height: 100%; +} + ul.keys.meta li b, ul.keys.ctrl li b, ul.keys.lead li b { /* char with ctrl or leading key */ @@ -387,14 +394,14 @@ td.di-a:hover {background: #CF8} .mv {background: #ECE} /* visual mode */ .me {background: #CCF} /* key mode */ -.pm[onclick]:hover {background: #7E7} -.po[onclick]:hover {background: #CE6} -.ci[onclick]:hover {background: #5ED} -.mi[onclick]:hover {background: #F97} -.mo[onclick]:hover {background: #F88} -.me[onclick]:hover {background: #99F} -.mv[onclick]:hover {background: #D9D} -.co[onclick]:hover {background: #EE4} +.pm a:hover, .pm[onclick]:hover {background: #7E7} +.po a:hover, .po[onclick]:hover {background: #CE6} +.ci a:hover, .ci[onclick]:hover {background: #5ED} +.mi a:hover, .mi[onclick]:hover {background: #F97} +.mo a:hover, .mo[onclick]:hover {background: #F88} +.me a:hover, .me[onclick]:hover {background: #99F} +.mv a:hover, .mv[onclick]:hover {background: #D9D} +.co a:hover, .co[onclick]:hover {background: #EE4} .no { background: #EEE;