08/10/13 01:42:06 fTxIgEos0
Firefoxの同名拡張Highlight Focus(URLリンク(addons.mozilla.org))
やBright Focus(URLリンク(userstyles.org))や
Bright Focus for Textboxes Only(URLリンク(userstyles.org))をパクってみた
テキストボックスやセレクトボックス、ボタンで有効
長すぎるといわれたので改行してあります。
[Patterns]
Name = "Highlight Focus [2008/10/13]"
Active = TRUE
URL = "$TYPE(htm)"
Limit = 16
Match = "(^(^</style>))$SET(0=\r\nbutton:focus,\r\ninput:focus,\r\noption:focus,\r\nselect:focus,\r\ntextarea:focus {
\r\n background-color: #ffffdd !important;\r\n outline: 2px solid #448fff !important;
\r\n outline-offset: -2px !important;\r\n}\r\n)"
"|(^(^</head>))$SET(0=\r\n<style type="text/css">\r\nbutton:focus,\r\ninput:focus,\r\noption:focus,\r\nselect:focus,
\r\ntextarea:focus {\r\n background-color: #ffffdd !important;\r\n outline: 2px solid #448fff !important;
\r\n outline-offset: -2px !important;\r\n}\r\n</style>\r\n)"
Replace = "$STOP()\0"