VRFS-2322 changed all input fields to render black text

This commit is contained in:
Brian Smith 2014-10-18 14:43:22 -04:00
parent cce9fc1577
commit 87170b9134
7 changed files with 3 additions and 13 deletions

View File

@ -115,7 +115,7 @@
background-color: #C5C5C5;
border: medium none;
box-shadow: 2px 2px 3px 0 #888888 inset;
color: #666666;
color: #000;
font-size: 14px;
height: 178px;
overflow: auto;

View File

@ -13,7 +13,7 @@
border:none;
-webkit-box-shadow: inset 2px 2px 3px 0px #888;
box-shadow: inset 2px 2px 3px 0px #888;
color:#666;
color:#000;
overflow:auto;
font-size:14px;
}

View File

@ -222,7 +222,6 @@
border:none;
-webkit-box-shadow: inset 2px 2px 3px 0px #888;
box-shadow: inset 2px 2px 3px 0px #888;
color:#666;
}
}

View File

@ -209,7 +209,7 @@
border: none;
-webkit-box-shadow: inset 2px 2px 3px 0px #888;
box-shadow: inset 2px 2px 3px 0px #888;
color: #666;
color: #000;
overflow: auto;
font-size: 14px;

View File

@ -302,7 +302,6 @@ input[type="button"] {
.search-box {
float:left;
width:140px;
margin-left: 10px;
-webkit-border-radius: 6px;
border-radius: 6px;
@ -321,7 +320,6 @@ input[type="button"] {
input[type="text"], input[type="password"]{
background-color:$ColorTextBoxBackground;
border:none;
color:#666;
padding:3px;
font-size:15px;
}

View File

@ -143,7 +143,6 @@ textarea {
border:none;
-webkit-box-shadow: inset 2px 2px 3px 0px #888;
box-shadow: inset 2px 2px 3px 0px #888;
color:#333;
}

View File

@ -106,15 +106,12 @@ body.jam {
.dropdown-wrapper li {
padding: 5px 5px;
font-size:15px;
color: #666666;
}
.dropdown-wrapper li {
margin:0;
padding:3px;
font-size:15px;
color: #666666;
&.focus {
background-color: #ed3618;
@ -151,8 +148,6 @@ body.jam div.dropdown {
.selected, .dropdown li {
padding: 5px 5px;
font-size:15px;
color: #666666;
}
.selected:after {
box-shadow: none;
@ -166,7 +161,6 @@ body.jam div.dropdown {
margin:0;
padding:3px;
font-size:15px;
color: #666666;
&.focus {
background-color: #ed3618;