TESTING - Better Color for text box and selections boxes

This commit is contained in:
Yuki K 2016-09-14 18:22:04 -04:00
parent 3137cc0464
commit 0ff6c48ea9

View File

@ -1104,12 +1104,12 @@ input {
margin: 4px 4px 4px 0;
border-color: darkred;
}
HTML.webkit input[type=file] { color: #FFF }
{ color: #FFF }
input[type=text]:focus,input[type=password]:focus {
background: #401212;
color: #d8d1d1;
}
input[type=button],input[type=submit],input[type=checkbox] {
input[type=button],input[type=submit],HTML.webkit input[type=file] {
background: darkred;
color: #b39393;
}