TESTING - Better Color for text box and selections boxes

This commit is contained in:
Yuki K 2016-09-14 18:18:46 -04:00
parent a9874b50c5
commit 3137cc0464

View File

@ -1109,7 +1109,7 @@ input[type=text]:focus,input[type=password]:focus {
background: #401212; background: #401212;
color: #d8d1d1; color: #d8d1d1;
} }
input[type=button],input[type=submit] { input[type=button],input[type=submit],input[type=checkbox] {
background: darkred; background: darkred;
color: #b39393; color: #b39393;
} }
@ -1156,11 +1156,11 @@ table.form { width: 70em }
padding: 0; padding: 0;
} }
table.form th { table.form th {
color: white; color: #c7b5b5;
white-space: normal; white-space: normal;
padding-right: 1em; padding-right: 1em;
text-align: right; text-align: right;
background: #333; background: #2b1818;
} }
table.highlightable>tbody>tr:hover { background: #67100f } table.highlightable>tbody>tr:hover { background: #67100f }
table.highlightable th { margin: 0 } table.highlightable th { margin: 0 }