Opened 8 years ago
Closed 8 years ago
#40375 closed defect (bug) (invalid)
ADMIN
Reported by: | adminhoang | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 4.8 |
Component: | General | Keywords: | |
Focuses: | administration | Cc: |
Description (last modified by )
/* Display [] by the item with the accesskey by Dan Rasmussen <http://danrasmussen.org> August 2008. Based on http://blog.andrewbeacock.com/2007/06/firefox-hack-to-display-accesskey.html I've modified the original to look (reasonably) good and be visible whether the background color of the web page is light or dark. Licensed under the Creative Commons Attribution 3.0 license: http://creativecommons.org/licenses/by/3.0/ */ a[accesskey]:after, button[accesskey]:after, input[accesskey]:after, label[accesskey]:after, legend[accesskey]:after, textarea[accesskey]:after { margin-left: 0.3em; background-color: black; color: white; font-size: 125%; padding: .125em .125em; content: "[" attr(accesskey) "]"; }
Attachments (1)
Change History (5)
#1
in reply to:
↑ description
@
8 years ago
- Focuses javascript docs administration template performance added
Replying to adminhoang:
/*
Display [] by the item with the accesskey
by Dan Rasmussen <http://danrasmussen.org>
August 2008.
Based on
http://blog.andrewbeacock.com/2007/06/firefox-hack-to-display-accesskey.html
I've modified the original to look (reasonably) good and be visible whether the background color of the web page is light or dark.
Licensed under the Creative Commons Attribution 3.0 license:
http://creativecommons.org/licenses/by/3.0/
*/
a[accesskey]:after,
button[accesskey]:after,
input[accesskey]:after,
label[accesskey]:after,
legend[accesskey]:after,
textarea[accesskey]:after {
margin-left: 0.3em;
background-color: black;
color: white;
font-size: 125%;
padding: .125em .125em;
content: "attr(accesskey)?";
}
#2
in reply to:
↑ description
@
8 years ago
Replying to adminhoang:
/* Display [] by the item with the accesskey by Dan Rasmussen <http://danrasmussen.org> August 2008. Based on http://blog.andrewbeacock.com/2007/06/firefox-hack-to-display-accesskey.html I've modified the original to look (reasonably) good and be visible whether the background color of the web page is light or dark. Licensed under the Creative Commons Attribution 3.0 license: http://creativecommons.org/licenses/by/3.0/ */ a[accesskey]:after, button[accesskey]:after, input[accesskey]:after, label[accesskey]:after, legend[accesskey]:after, textarea[accesskey]:after { margin-left: 0.3em; background-color: black; color: white; font-size: 125%; padding: .125em .125em; content: "[" attr(accesskey) "]"; }
Trac Changeset Module