maybe fixed form controls being same color as background

This commit is contained in:
wowmom98 2017-04-05 19:15:57 -04:00
parent 99ca29cb36
commit 4c91bc2e35

View file

@ -1692,10 +1692,10 @@ output {
padding: 8px 12px; padding: 8px 12px;
font-size: 14px; font-size: 14px;
line-height: 1.42857143; line-height: 1.42857143;
color: #BDBDBD; color: #707070;
background-color: #ffffff; background-color: #ffffff;
background-image: none; background-image: none;
border: 1px solid #282828; border: 2px solid #282828;
border-radius: 0px; border-radius: 0px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);