make color of input fields consistent to body color

This commit is contained in:
Johannes Matheis
2014-01-04 16:24:02 +00:00
parent 2bbfd47ac2
commit f320daa93c
2 changed files with 6 additions and 6 deletions

View File

@@ -662,7 +662,7 @@ table tfoot td {
/* input elements */
input {
background:#fff url(../img/icons/text_align_left.png) no-repeat 5px 4px;
color: black;
color: #333;
padding:1px 4px 2px 24px;
height:23px;
border:1px solid #d9d9d9;
@@ -672,7 +672,7 @@ input {
textarea {
background:#fff url(../img/icons/text_align_left.png) no-repeat 5px 4px;
color: black;
color: #333;
padding:4px 4px 2px 24px;
border:1px solid #d9d9d9;
margin-bottom:5px;
@@ -756,7 +756,7 @@ input[type="checkbox"] {
select {
padding:2px 4px 2px 24px;
color: black;
color: #333;
height:28px;
border:1px solid #d9d9d9;
margin:0 5px 5px 0!important;