Fix text cell color, was too light to be seen on certain monitors/browsers.

This commit is contained in:
Fernando Perez 2011-10-16 16:40:00 -07:00
parent e9d744f06c
commit 83790b7e29

View File

@ -206,7 +206,7 @@ div.input_area {
color: black;
border: 1px solid #ddd;
border-radius: 3px;
background: #fafafa;
background: #f4f4f4;
}
div.input_prompt {