diff options
-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; |