Fixing styling of context type completions.

Brian E. Granger 13 years ago
parent 93f5f67d37
commit 5cc0897dd6

@ -208,7 +208,7 @@ var IPython = (function (IPython) {
this.sel.dblclick(function () {
that.pick();
});
//this.sel.blur(this.close);
this.sel.blur(this.close);
this.sel.keydown(function (event) {
that.keydown(event);
});

@ -422,8 +422,8 @@ div.text_cell_render {
color: @fontBaseColor;
}
option.context {
background-color: #DEF7FF;
.completions select option.context {
color: @blueDark;
}
pre.dialog {

Loading…
Cancel
Save