瀏覽代碼

Fix textarea and input styling

main
Ashton Charbonneau 2 年之前
父節點
當前提交
7730b69029
共有 1 個檔案被更改,包括 4 行新增0 行删除
  1. 4
    0
      chrome/userContent.css

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

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

Loading…
取消
儲存