Fix unreadable input text when OS theme dark (#2324)
* Update skin.css * Update skin.css
This commit is contained in:
parent
8404f0ef64
commit
94d8e043ce
|
@ -150,6 +150,7 @@ input,textarea,select,button,.btn-primary {
|
|||
font-weight: 400;
|
||||
font-size: 100%;
|
||||
color: #333333;
|
||||
background-color: #f8f8f8;
|
||||
text-align: left;
|
||||
border-radius:4px;
|
||||
}
|
||||
|
|
|
@ -85,7 +85,8 @@ input,textarea,select,button {
|
|||
border: 1px #7f7fb2 solid;
|
||||
font-family: inherit;
|
||||
font-size: 100%;
|
||||
color: #333333;
|
||||
color: #333333;
|
||||
background-color: #eeeeee;
|
||||
}
|
||||
|
||||
input[type=text], input[type=password], textarea {
|
||||
|
|
Loading…
Reference in New Issue