TESTING - Better Color for text box and selections boxes

This commit is contained in:
Yuki K 2016-09-14 18:07:13 -04:00
parent 43fa2be8b4
commit ee426cf597

View File

@ -1101,6 +1101,7 @@ input {
color: #b39393;
border-style: solid;
border-width: 0px 0px 1px 0px;
margin: 4px 4px 4px 0;
border-color: darkred;
}
HTML.webkit input[type=file] { color: #FFF }
@ -1112,6 +1113,10 @@ input[type=text]:focus {
background: #401212;
color: #d8d1d1;
}
input[type=button] {
background: #d8d1d1;
color: #401212;
}
label {
font-weight: bold;
white-space: nowrap;