##// END OF EJS Templates
add object_inspect_text...
add object_inspect_text in preparation for object_info_request returning formatted mime-bundle

File last commit:

r15960:9e8d2cc2
r16579:1e7b2d3c
Show More
completer.less
25 lines | 475 B | text/x-less | LessCssLexer
.completions {
position: absolute;
z-index: 10;
overflow: hidden;
border: 1px solid @border_color;
.corner-all;
.box-shadow(0px 6px 10px -1px #adadad);
}
.completions select {
background: white;
outline: none;
border: none;
padding: 0px;
margin: 0px;
overflow: auto;
font-family: @monoFontFamily;
font-size: 110%;
color: @textColor;
width: auto;
}
.completions select option.context {
color: @blueDark;
}