Skip to content

Commit 4845c0a

Browse files
committed
for firefox dark theme
1 parent 8d57932 commit 4845c0a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

sass/_forms.scss

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,12 @@ $btnBorder: #ddd;
136136

137137
// Fields
138138

139-
input[type="text"], input[type="password"], input[type="email"], input[type="number"], input[type="tel"], input[type="url"], textarea, select {
139+
input[type="text"], input[type="password"], input[type="email"], input[type="number"], input[type="tel"], input[type="url"]
140+
, input.date
141+
, textarea, select {
140142
outline: none;
141143
padding: 3px 4px;
144+
color: $text-color;
142145
background-color: #fff;
143146
border: 1px solid #ccc;
144147
box-shadow: inset 0 1px 2px rgba(0,0,0,0.075);

0 commit comments

Comments
 (0)