make color of input fields consistent to body color
This commit is contained in:
@@ -415,7 +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;
|
color: #333;
|
||||||
padding:2px 4px 2px 24px;
|
padding:2px 4px 2px 24px;
|
||||||
height:22px;
|
height:22px;
|
||||||
border: 1px solid #d9d9d9;
|
border: 1px solid #d9d9d9;
|
||||||
@@ -425,7 +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;
|
color: #333;
|
||||||
padding:4px 4px 2px 24px;
|
padding:4px 4px 2px 24px;
|
||||||
border:1px solid #d9d9d9;
|
border:1px solid #d9d9d9;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
@@ -503,7 +503,7 @@ input[type="radio"] {
|
|||||||
select {
|
select {
|
||||||
background:#fff;
|
background:#fff;
|
||||||
padding:4px;
|
padding:4px;
|
||||||
color: black;
|
color: #333;
|
||||||
border:1px solid #d9d9d9;
|
border:1px solid #d9d9d9;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
min-width: 100px;
|
min-width: 100px;
|
||||||
|
|||||||
6
templates/Sparkle/assets/css/main.css
vendored
6
templates/Sparkle/assets/css/main.css
vendored
@@ -662,7 +662,7 @@ table tfoot td {
|
|||||||
/* input elements */
|
/* input elements */
|
||||||
input {
|
input {
|
||||||
background:#fff url(../img/icons/text_align_left.png) no-repeat 5px 4px;
|
background:#fff url(../img/icons/text_align_left.png) no-repeat 5px 4px;
|
||||||
color: black;
|
color: #333;
|
||||||
padding:1px 4px 2px 24px;
|
padding:1px 4px 2px 24px;
|
||||||
height:23px;
|
height:23px;
|
||||||
border:1px solid #d9d9d9;
|
border:1px solid #d9d9d9;
|
||||||
@@ -672,7 +672,7 @@ input {
|
|||||||
|
|
||||||
textarea {
|
textarea {
|
||||||
background:#fff url(../img/icons/text_align_left.png) no-repeat 5px 4px;
|
background:#fff url(../img/icons/text_align_left.png) no-repeat 5px 4px;
|
||||||
color: black;
|
color: #333;
|
||||||
padding:4px 4px 2px 24px;
|
padding:4px 4px 2px 24px;
|
||||||
border:1px solid #d9d9d9;
|
border:1px solid #d9d9d9;
|
||||||
margin-bottom:5px;
|
margin-bottom:5px;
|
||||||
@@ -756,7 +756,7 @@ input[type="checkbox"] {
|
|||||||
|
|
||||||
select {
|
select {
|
||||||
padding:2px 4px 2px 24px;
|
padding:2px 4px 2px 24px;
|
||||||
color: black;
|
color: #333;
|
||||||
height:28px;
|
height:28px;
|
||||||
border:1px solid #d9d9d9;
|
border:1px solid #d9d9d9;
|
||||||
margin:0 5px 5px 0!important;
|
margin:0 5px 5px 0!important;
|
||||||
|
|||||||
Reference in New Issue
Block a user