Fixed blank text-fields with dark browser theme (#365)

When using dark browser themes the text-fields' text-color becomes white, so the text in those white background text-fields is unreadable.

Patched text-color so that it now is readable.
This commit is contained in:
Andrea Somaini
2018-12-10 13:24:12 +01:00
committed by Jake Archibald
parent c2a305304b
commit a625a76e9e

View File

@@ -43,6 +43,7 @@ $horizontalPadding: 15px;
.text-field {
background: #fff;
color: #000;
font: inherit;
border: none;
padding: 2px 0 2px 10px;