diff options
author | Dries Buytaert <dries@buytaert.net> | 2010-05-31 08:18:02 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2010-05-31 08:18:02 +0000 |
commit | 1e7303d08a7fd8fdb53c6c2e281a8dc8cdb170f5 (patch) | |
tree | 79939e22d36823373ebd8a4249e4bc0282cd6c87 /modules/shortcut | |
parent | e3690d92468907b231acd0e06dde7ba0612cf777 (diff) | |
download | brdo-1e7303d08a7fd8fdb53c6c2e281a8dc8cdb170f5.tar.gz brdo-1e7303d08a7fd8fdb53c6c2e281a8dc8cdb170f5.tar.bz2 |
- Patch #811276 by YaxBalamAhaw: 'Add to Default Shortcuts' keyboard navigation problems.
Diffstat (limited to 'modules/shortcut')
-rw-r--r-- | modules/shortcut/shortcut.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/shortcut/shortcut.css b/modules/shortcut/shortcut.css index 18617c0f5..44e18a5a0 100644 --- a/modules/shortcut/shortcut.css +++ b/modules/shortcut/shortcut.css @@ -62,12 +62,14 @@ div.add-or-remove-shortcuts a span.icon { margin-left:8px; } +div.add-shortcut a:focus span.icon, div.add-shortcut a:hover span.icon { background-position: 0 -12px; } div.remove-shortcut a span.icon { background-position: -12px 0; } +div.remove-shortcut a:focus span.icon, div.remove-shortcut a:hover span.icon { background-position: -12px -12px; } @@ -78,6 +80,7 @@ div.add-or-remove-shortcuts a span.text { display: none; } +div.add-or-remove-shortcuts a:focus span.text, div.add-or-remove-shortcuts a:hover span.text { font-size: 10px; line-height: 12px; |