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