Merge pull request #101 from 23networks/master
"White text on light background"-fix
This commit is contained in:
@@ -539,6 +539,7 @@ table tfoot td {
|
|||||||
|
|
||||||
/* input elements */
|
/* input elements */
|
||||||
input {
|
input {
|
||||||
|
color: black;
|
||||||
background: #dae7ee url('../img/icons/text_align_left.png') no-repeat 5px 4px;
|
background: #dae7ee url('../img/icons/text_align_left.png') no-repeat 5px 4px;
|
||||||
padding: 2px 4px 2px 22px;
|
padding: 2px 4px 2px 22px;
|
||||||
border: 1px solid #666666;
|
border: 1px solid #666666;
|
||||||
@@ -550,6 +551,7 @@ input {
|
|||||||
}
|
}
|
||||||
|
|
||||||
textarea {
|
textarea {
|
||||||
|
color: black;
|
||||||
background: #dae7ee url('../img/icons/text_align_left.png') no-repeat 5px 4px;
|
background: #dae7ee url('../img/icons/text_align_left.png') no-repeat 5px 4px;
|
||||||
padding: 4px 4px 2px 22px;
|
padding: 4px 4px 2px 22px;
|
||||||
border: 1px solid #666666;
|
border: 1px solid #666666;
|
||||||
@@ -600,6 +602,7 @@ input[type="checkbox"] {
|
|||||||
}
|
}
|
||||||
|
|
||||||
select {
|
select {
|
||||||
|
color: black;
|
||||||
background: #dae7ee;
|
background: #dae7ee;
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
border: 1px solid #666666;
|
border: 1px solid #666666;
|
||||||
|
|||||||
Reference in New Issue
Block a user