##// END OF EJS Templates
fix mdcell background color
Matthias BUSSONNIER -
Show More
@@ -907,7 +907,7 b' div.output_stream{padding-top:0.0em;padding-bottom:0.0em;}'
907 div.output_stderr{background:#fdd;}
907 div.output_stderr{background:#fdd;}
908 div.output_latex{text-align:left;}
908 div.output_latex{text-align:left;}
909 div.text_cell{padding:5px 5px 5px 5px;}
909 div.text_cell{padding:5px 5px 5px 5px;}
910 div.text_cell_input{color:#000000;border:1px solid #ababab;border-radius:4px;background:#f7f7f7;}
910 div.text_cell_input{color:#000000;border:1px solid #cfcfcf;border-radius:4px;background:#f7f7f7;}
911 div.text_cell_render{outline:none;resize:none;width:inherit;border-style:none;padding:5px;color:#000000;}
911 div.text_cell_render{outline:none;resize:none;width:inherit;border-style:none;padding:5px;color:#000000;}
912 .CodeMirror{line-height:1.231;}
912 .CodeMirror{line-height:1.231;}
913 .CodeMirror-scroll{height:auto;overflow-y:hidden;overflow-x:auto;}
913 .CodeMirror-scroll{height:auto;overflow-y:hidden;overflow-x:auto;}
@@ -335,7 +335,7 b' div.text_cell {'
335
335
336 div.text_cell_input {
336 div.text_cell_input {
337 color: @fontBaseColor;
337 color: @fontBaseColor;
338 border: 1px solid @border_color;
338 border: 1px solid @light_border_color;
339 .corner-all;
339 .corner-all;
340 background: @cell_background;
340 background: @cell_background;
341 }
341 }
General Comments 0
You need to be logged in to leave comments. Login now