Merge pull request #179 from 23networks/master

Override fontcolor to obtain readability
This commit is contained in:
Roman Schmerold
2014-01-04 10:57:48 -08:00
2 changed files with 8 additions and 2 deletions

View File

@@ -415,6 +415,7 @@ table tfoot td {
/* input elements */
input {
background: #fff url(../img/text_align_left.png) no-repeat 5px 4px;
color: #333;
padding:2px 4px 2px 24px;
height:22px;
border: 1px solid #d9d9d9;
@@ -424,6 +425,7 @@ input {
textarea {
background:#fff url(../img/text_align_left.png) no-repeat 5px 4px;
color: #333;
padding:4px 4px 2px 24px;
border:1px solid #d9d9d9;
margin-bottom: 5px;
@@ -501,6 +503,7 @@ input[type="radio"] {
select {
background:#fff;
padding:4px;
color: #333;
border:1px solid #d9d9d9;
margin-bottom: 5px;
min-width: 100px;

View File

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