/* jk: STA: "jk-show-accesskeys.css"   */

/* I use this both in 
    (fifs "jkcontent.css")
  for what I view, and in 
    (fifs "~/Sites/info.footnote.html" "Navigation")
  to display my accesskeys.
  */

/* Thursday, 15Jul2010 */
/* T.fol is from
    http://blog.andrewbeacock.com/2007/06/firefox-hack-to-display-accesskey.html
    */
/* Display [] by the item with the accesskey */

a[accesskey]:before , button[accesskey]:before , input[accesskey]:before
 , textarea[accesskey]:before , label[accesskey]:before , legend[accesskey]:before {
  content:	"[" attr(accesskey) "]" !important	;
  text-decoration:	none		!important	;
  margin-left:		0.3em		!important	;
  margin-right:		0.5em		!important	;
  padding:		.125em .125em	!important	;
  font-size:		100%		!important	;
  /* T.fol 2lines  override my
   (fifs "~/Sites/CSS/jkcontent.css" "accesskey")
   */
  background-color:	#990000		!important	;
  color:		yellow		!important	; 
  z-index:	100 !important ; /* Presumably the z-index fails, since
    I'm applying to elements that aren't "positioned".  */
  }

/* jk: END: "jk-show-accesskeys.css"   */
