소스 검색

Fix textarea and input styling

main
Ashton Charbonneau 1 년 전
부모
커밋
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"],

Loading…
취소
저장