TESTING - Better Color for text box and selections boxes

This commit is contained in:
Yuki K 2016-09-14 18:13:23 -04:00
parent ee426cf597
commit a9874b50c5

View File

@ -1096,7 +1096,7 @@ img {
vertical-align: middle; vertical-align: middle;
} }
input { input {
padding: 0 0 .2em 0; padding: 0.2em;
background: transparent; background: transparent;
color: #b39393; color: #b39393;
border-style: solid; border-style: solid;
@ -1105,17 +1105,13 @@ input {
border-color: darkred; border-color: darkred;
} }
HTML.webkit input[type=file] { color: #FFF } HTML.webkit input[type=file] { color: #FFF }
input[type=password]:focus { input[type=text]:focus,input[type=password]:focus {
background: #401212; background: #401212;
color: #d8d1d1; color: #d8d1d1;
} }
input[type=text]:focus { input[type=button],input[type=submit] {
background: #401212; background: darkred;
color: #d8d1d1; color: #b39393;
}
input[type=button] {
background: #d8d1d1;
color: #401212;
} }
label { label {
font-weight: bold; font-weight: bold;