|
阅读:3733回复:12
很喜欢Google chrome里高亮编辑框的功能。
不知道ff什么时候能加进来。
|
|
|
1楼#
发布于:2008-09-03 17:24
|
|
|
2楼#
发布于:2008-09-03 17:24
把一段CSS放到usercontent.css里面就可以了,userstyles.org可以找到
|
|
|
3楼#
发布于:2008-09-03 17:24
需要先安装 userChrome.js 这个扩展。
|
|
|
4楼#
发布于:2008-09-03 17:24
|
|
|
5楼#
发布于:2008-09-03 17:24
ZPEB_Linux:有脚本可以实现 第一个链接也高亮 第二个太不显眼了,而且高亮的元素不多 我改了下 @-moz-document url-prefix(http), url-prefix(file) {
input:focus,
button:focus,
select:focus,
textarea:focus {
-moz-outline: 2px solid -moz-rgba(16,186,224,0.5) !important;
-moz-outline-offset: 1px !important;
-moz-outline-radius: 3px !important;
}
button:focus,
input[type="reset"]:focus,
input[type="button"]:focus,
input[type="submit"]:focus,
input[type="file"] > input[type="button"]:focus {
-moz-outline-radius: 5px !important;
}
button:focus::-moz-focus-inner {
border-color: transparent !important;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
border: 1px dotted transparent !important;
}
textarea:focus, button:focus, select:focus, input:focus {
-moz-outline-offset: -1px !important;
}
input[type="radio"]:focus {
-moz-outline-radius: 12px;
-moz-outline-offset: 0px !important;
}
} |
|
|
|
6楼#
发布于:2008-09-03 17:24
|
|
|
7楼#
发布于:2008-09-03 17:24
你老了哎 |
|
|
|
8楼#
发布于:2008-09-03 17:24
LZ太失礼了。
说话还带前提。 你瞅瞅你说的那句话。 不知道FF什么时候加进来。 你的意思是说目前FF实现不了。 你怎么知道实现不了? 你既然是问问题的就不要带着先入为主的观念嘛。 况且这又不是什么实用的功能。 那么大个输入框你还看不到啊? 还用高亮? 其实我更喜欢BTCHINA上面的功能。 哪个东西你看过了就点一下,就高亮了。 这个功能很不错。 不晓得如何实现? |
|
|
9楼#
发布于:2008-09-03 17:24
|
|
|
|
10楼#
发布于:2008-09-03 17:24
Cye3s: 谢谢,火狐的定制性就是强。 我把火狐作为主力使用,遇到不兼容的view in ie打开。 safari,opera,还有刚出google chrome作为测试或尝鲜使用。 |
|
|
11楼#
发布于:2008-09-03 17:24
多谢大家。但我接触ff不久,不知道这个脚本应该怎么加,加在哪里,大家能给个详细的说明吗?谢谢。
|
|
|
12楼#
发布于:2008-09-03 17:24
我搞好了,谢谢大家。原来是要放在profile目录下面啊
|
|