Skip to content

Commit 2983802

Browse files
Merge pull request philc#2981 from hackel/patch-1
Explicitly set background colour for input fields
2 parents 011c899 + 7fa6eb0 commit 2983802

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pages/options.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ input[type="text"], textarea {
153153
border: 1px solid #bfbfbf;
154154
border-radius: 2px;
155155
color: #444;
156+
background-color: white;
156157
font: inherit;
157158
padding: 3px;
158159
}

0 commit comments

Comments
 (0)