##// END OF EJS Templates
Give the .CodeMirror class no background so ours shows through.
Brian E. Granger -
Show More
@@ -914,7 +914,7 b' div.output_latex{text-align:left;}'
914 div.text_cell{padding:5px 5px 5px 5px;}
914 div.text_cell{padding:5px 5px 5px 5px;}
915 div.text_cell_input{color:#000000;border:1px solid #cfcfcf;border-radius:4px;background:#f7f7f7;}
915 div.text_cell_input{color:#000000;border:1px solid #cfcfcf;border-radius:4px;background:#f7f7f7;}
916 div.text_cell_render{outline:none;resize:none;width:inherit;border-style:none;padding:5px;color:#000000;}
916 div.text_cell_render{outline:none;resize:none;width:inherit;border-style:none;padding:5px;color:#000000;}
917 .CodeMirror{line-height:1.231;height:auto;}
917 .CodeMirror{line-height:1.231;height:auto;background:none;}
918 .CodeMirror-scroll{overflow-y:hidden;overflow-x:auto;}
918 .CodeMirror-scroll{overflow-y:hidden;overflow-x:auto;}
919 .ansiblack{color:#000000;}
919 .ansiblack{color:#000000;}
920 .ansired{color:darkred;}
920 .ansired{color:darkred;}
@@ -368,6 +368,7 b' div.text_cell_render {'
368 .CodeMirror {
368 .CodeMirror {
369 line-height: 1.231; /* Changed from 1em to our global default */
369 line-height: 1.231; /* Changed from 1em to our global default */
370 height: auto; /* Changed to auto to autogrow */
370 height: auto; /* Changed to auto to autogrow */
371 background: none; /* Changed from white to allow our bg to show through */
371 }
372 }
372
373
373 .CodeMirror-scroll {
374 .CodeMirror-scroll {
General Comments 0
You need to be logged in to leave comments. Login now