TESTING - Better Color for text box and selections boxes More Updates

This commit is contained in:
Yuki K 2016-09-14 17:58:18 -04:00
parent c04a991dfd
commit 43fa2be8b4

View File

@ -1105,12 +1105,12 @@ input {
}
HTML.webkit input[type=file] { color: #FFF }
input[type=password]:focus {
background: #FFC;
color: #000;
background: #401212;
color: #d8d1d1;
}
input[type=text]:focus {
background: #FFC;
color: #000;
background: #401212;
color: #d8d1d1;
}
label {
font-weight: bold;
@ -1191,11 +1191,16 @@ textarea {
padding: 0 .3em;
font-family: sans-serif;
font-size: 1.2em;
background: transparent;
color: #b39393;
border-style: solid;
border-width: 1px;
border-color: darkred;
}
textarea.no-block { display: inline }
textarea:focus {
background: #FFC;
color: #000;
background: #401212;
color: #d8d1d1;
}
ul { margin: 0 0 1em 0 }
ul.bare-list li { list-style-type: none }