Improved access keys

- Added underscore hint
- Changed algorithm to provide access key for every button
This commit is contained in:
Marcin Kurczewski
2014-10-10 23:39:10 +02:00
parent 42d306734d
commit ace8aee142
2 changed files with 24 additions and 5 deletions

View File

@ -37,3 +37,18 @@
font-size: 40px;
margin: 0 10px 5px;
}
#top-navigation .accesskey:before {
position: absolute;
display: inline-block;
right: 0;
left: 0;
content: '\a0';
border-bottom: 1px solid;
opacity: .35;
height: 90%;
}
#top-navigation .accesskey {
position: relative;
text-decoration: none;
}