Merge pull request #186 from jordigh/darkcss

Give textareas a default background colour
This commit is contained in:
joshua stein 2015-01-13 10:44:56 -06:00
commit 62707efc61

View file

@ -118,6 +118,7 @@ button,
select,
textarea {
color: #555;
background-color: white;
line-height: 1.2em;
padding: 3px 5px;
}
@ -142,6 +143,7 @@ input:focus,
textarea:focus {
border-color: #888;
color: #303030;
background-color: white;
outline: 0;
}
textarea:disabled {