@ -32,6 +32,9 @@ textarea[disabled] {
font: white;
border: 0px;
}
input[type="text"]::placeholder {
color: #333;
table#table {
margin: 0px;
@ -3,6 +3,7 @@
@poll-th-bg: #aaa;
@poll-td-bg: #aaa;
@poll-placeholder: #333;
@poll-border-color: #555;
@poll-cover-color: #000;
@poll-fg: #000;
@ -42,6 +43,14 @@ input[type="text"][disabled], textarea[disabled] {
// The placeholder color only seems to effect Safari when not set, but
// setting others just in case.
color: @poll-placeholder;