Add dark controls

This commit is contained in:
Czterooki 2013-08-19 10:52:57 -04:00
parent b840ef429c
commit 82a6ab0c14

View File

@ -84,6 +84,8 @@ input[type="text"], input[type="password"], textarea {
text-shadow: none; text-shadow: none;
text-transform: none; text-transform: none;
word-spacing: normal; word-spacing: normal;
background: #333333;
color: #999999;
} }
form table tr td { form table tr td {
text-align: left; text-align: left;
@ -469,3 +471,12 @@ p.intro.thread-hidden {
margin: 0px; margin: 0px;
padding: 0px; padding: 0px;
} }
input[type="submit"], select {
background: #333333;
border: 1px solid #666666;
color: #999999;
}
input[type="submit"]:hover
{
color: #9999CC;
}