Merge pull request #101 from 23networks/master

"White text on light background"-fix
This commit is contained in:
Michael Kaufmann
2013-07-04 10:24:01 -07:00

View File

@@ -539,6 +539,7 @@ table tfoot td {
/* input elements */
input {
color: black;
background: #dae7ee url('../img/icons/text_align_left.png') no-repeat 5px 4px;
padding: 2px 4px 2px 22px;
border: 1px solid #666666;
@@ -550,6 +551,7 @@ input {
}
textarea {
color: black;
background: #dae7ee url('../img/icons/text_align_left.png') no-repeat 5px 4px;
padding: 4px 4px 2px 22px;
border: 1px solid #666666;
@@ -600,6 +602,7 @@ input[type="checkbox"] {
}
select {
color: black;
background: #dae7ee;
padding: 4px;
border: 1px solid #666666;