override fg color to obtain readability
This commit is contained in:
@@ -415,6 +415,7 @@ table tfoot td {
|
|||||||
/* input elements */
|
/* input elements */
|
||||||
input {
|
input {
|
||||||
background: #fff url(../img/text_align_left.png) no-repeat 5px 4px;
|
background: #fff url(../img/text_align_left.png) no-repeat 5px 4px;
|
||||||
|
color: black;
|
||||||
padding:2px 4px 2px 24px;
|
padding:2px 4px 2px 24px;
|
||||||
height:22px;
|
height:22px;
|
||||||
border: 1px solid #d9d9d9;
|
border: 1px solid #d9d9d9;
|
||||||
@@ -424,6 +425,7 @@ input {
|
|||||||
|
|
||||||
textarea {
|
textarea {
|
||||||
background:#fff url(../img/text_align_left.png) no-repeat 5px 4px;
|
background:#fff url(../img/text_align_left.png) no-repeat 5px 4px;
|
||||||
|
color: black;
|
||||||
padding:4px 4px 2px 24px;
|
padding:4px 4px 2px 24px;
|
||||||
border:1px solid #d9d9d9;
|
border:1px solid #d9d9d9;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
@@ -501,6 +503,7 @@ input[type="radio"] {
|
|||||||
select {
|
select {
|
||||||
background:#fff;
|
background:#fff;
|
||||||
padding:4px;
|
padding:4px;
|
||||||
|
color: black;
|
||||||
border:1px solid #d9d9d9;
|
border:1px solid #d9d9d9;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
min-width: 100px;
|
min-width: 100px;
|
||||||
@@ -553,4 +556,4 @@ select.dropdown {
|
|||||||
.installprogress .bar {
|
.installprogress .bar {
|
||||||
background-color: #35aa47;
|
background-color: #35aa47;
|
||||||
height:5px;
|
height:5px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user