浏览代码

Fix textarea and input styling

main
父节点
当前提交
7730b69029
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4
    0
      chrome/userContent.css

+ 4
- 0
chrome/userContent.css 查看文件

@@ -1,6 +1,10 @@
1 1
 
2 2
 /* Hacker News */
3 3
 @-moz-document domain("news.ycombinator.com") {
4
+	textarea, input {
5
+		-moz-appearance: none !important;
6
+	}
7
+
4 8
 	body,
5 9
 	[bgcolor="#f6f6ef"],
6 10
 	[bgcolor="#ff6600"],

正在加载...
取消
保存