##// END OF EJS Templates
only round CM-gutter corners on outer (left) edge
MinRK -
Show More
@@ -35,9 +35,10 b''
35 }
35 }
36
36
37 .CodeMirror-gutters {
37 .CodeMirror-gutters {
38 // This is needed because our cell has rounded corners, otherwise the gutter area square
38 // This is needed because our cell has rounded corners, otherwise the gutter area square
39 // corner cuts into the rounded cell border.
39 // corner cuts into the rounded cell border.
40 .corner-all;
40 border-bottom-left-radius: @corner_radius;
41 border-top-left-radius: @corner_radius;
41 }
42 }
42
43
43 .CodeMirror pre {
44 .CodeMirror pre {
@@ -943,7 +943,7 b' div.output_prompt{color:darkred;margin:0 5px 0 -5px;}'
943 .CodeMirror-scroll{overflow-y:hidden;overflow-x:auto;}
943 .CodeMirror-scroll{overflow-y:hidden;overflow-x:auto;}
944 .CodeMirror-lines{padding:0.4em;}
944 .CodeMirror-lines{padding:0.4em;}
945 .CodeMirror-linenumber{padding:0 8px 0 4px;}
945 .CodeMirror-linenumber{padding:0 8px 0 4px;}
946 .CodeMirror-gutters{border-radius:4px;}
946 .CodeMirror-gutters{border-bottom-left-radius:4px;border-top-left-radius:4px;}
947 .CodeMirror pre{padding:0;border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}
947 .CodeMirror pre{padding:0;border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}
948 .completions{position:absolute;z-index:10;overflow:hidden;border:1px solid #ababab;border-radius:4px;-webkit-box-shadow:0px 6px 10px -1px #adadad;-moz-box-shadow:0px 6px 10px -1px #adadad;box-shadow:0px 6px 10px -1px #adadad;}
948 .completions{position:absolute;z-index:10;overflow:hidden;border:1px solid #ababab;border-radius:4px;-webkit-box-shadow:0px 6px 10px -1px #adadad;-moz-box-shadow:0px 6px 10px -1px #adadad;box-shadow:0px 6px 10px -1px #adadad;}
949 .completions select{background:white;outline:none;border:none;padding:0px;margin:0px;overflow:auto;font-family:monospace;font-size:110%;color:#000000;}
949 .completions select{background:white;outline:none;border:none;padding:0px;margin:0px;overflow:auto;font-family:monospace;font-size:110%;color:#000000;}
General Comments 0
You need to be logged in to leave comments. Login now