Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Prev Previous commit
Next Next commit
fix color in raw_input
  • Loading branch information
minrk committed Apr 25, 2013
commit 59f59aac4c82b5018d7c7083a14abdf03d39e348
2 changes: 1 addition & 1 deletion IPython/frontend/html/notebook/static/css/style.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions IPython/frontend/html/notebook/static/less/notebook.less
Original file line number Diff line number Diff line change
Expand Up @@ -481,8 +481,10 @@ a.heading-anchor:link, a.heading-anchor:visited {

span.input_prompt {
font-family: monospace;

}
input.raw_input {
color: inherit;
width: auto;
height: 1em;
line-height: 1em;
Expand Down