mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
Improved access keys
- Added underscore hint - Changed algorithm to provide access key for every button
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user