Browse Source

Fix textarea and input styling

main
Ashton Charbonneau 1 year ago
parent
commit
7730b69029
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      chrome/userContent.css

+ 4
- 0
chrome/userContent.css View File

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…
Cancel
Save