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-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;
|
||||||
}
|
}
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue