##// END OF EJS Templates
fix color in raw_input
MinRK -
Show More
@@ -937,7 +937,7 b' a{text-decoration:underline;}'
937 937 p{margin-bottom:0;}
938 938 a.heading-anchor:link,a.heading-anchor:visited{text-decoration:none;color:inherit;}
939 939 span.input_prompt{font-family:monospace;}
940 input.raw_input{width:auto;font-family:monospace;height:1em;line-height:1em;margin:-2px 0px 0px 0px;}
940 input.raw_input{color:inherit;width:auto;font-family:monospace;height:1em;line-height:1em;margin:-2px 0px 0px 0px;}
941 941
942 942 @media print{body{overflow:visible !important;} div#notebook{overflow:visible !important;} .ui-widget-content{border:0px;} #save_widget{margin:0px !important;} #header,#pager,#pager_splitter,#menubar,#toolbar{display:none !important;} .cell{border:none !important;} .toolbar{display:none;}}.rendered_html{color:black;}.rendered_html em{font-style:italic;}
943 943 .rendered_html strong{font-weight:bold;}
@@ -481,8 +481,10 b' a.heading-anchor:link, a.heading-anchor:visited {'
481 481
482 482 span.input_prompt {
483 483 font-family: monospace;
484
484 485 }
485 486 input.raw_input {
487 color: inherit;
486 488 width: auto;
487 489 height: 1em;
488 490 line-height: 1em;
General Comments 0
You need to be logged in to leave comments. Login now