mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-01-18 09:04:44 +01:00
Add dark controls
This commit is contained in:
parent
74df452ddb
commit
680281e66d
@ -84,6 +84,8 @@ input[type="text"], input[type="password"], textarea {
|
||||
text-shadow: none;
|
||||
text-transform: none;
|
||||
word-spacing: normal;
|
||||
background: #333333;
|
||||
color: #999999;
|
||||
}
|
||||
form table tr td {
|
||||
text-align: left;
|
||||
@ -469,3 +471,12 @@ p.intro.thread-hidden {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
}
|
||||
input[type="submit"], select {
|
||||
background: #333333;
|
||||
border: 1px solid #666666;
|
||||
color: #999999;
|
||||
}
|
||||
input[type="submit"]:hover
|
||||
{
|
||||
color: #9999CC;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user