Fix unreadable input text when OS theme dark (#2324)

* Update skin.css

* Update skin.css
This commit is contained in:
Elmar Pruesse 2018-11-27 16:25:05 -07:00 committed by Isaac Connor
parent 8404f0ef64
commit 94d8e043ce
2 changed files with 3 additions and 1 deletions

View File

@ -150,6 +150,7 @@ input,textarea,select,button,.btn-primary {
font-weight: 400; font-weight: 400;
font-size: 100%; font-size: 100%;
color: #333333; color: #333333;
background-color: #f8f8f8;
text-align: left; text-align: left;
border-radius:4px; border-radius:4px;
} }

View File

@ -86,6 +86,7 @@ input,textarea,select,button {
font-family: inherit; font-family: inherit;
font-size: 100%; font-size: 100%;
color: #333333; color: #333333;
background-color: #eeeeee;
} }
input[type=text], input[type=password], textarea { input[type=text], input[type=password], textarea {