small color change

pull/1/head
Pierre Bondoerffer 8 years ago
parent 20c252e5c6
commit 05785e96ea
No known key found for this signature in database
GPG Key ID: C0C7C0C5063F2236

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

Loading…
Cancel
Save