mirror of https://gitee.com/bigwinds/arangodb
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
This commit is contained in:
commit
ae8503f1c7
|
@ -4,6 +4,10 @@
|
|||
background-color: #F0F0F0 !important;
|
||||
border: 1px solid #A0A0A0;
|
||||
cursor: ns-resize;
|
||||
line-height: 1;
|
||||
background-image: url(../img/stripes.gif);
|
||||
background-repeat:no-repeat;
|
||||
background-position: 50% 50%;
|
||||
}
|
||||
|
||||
#queryOutput .ace_cursor-layer {
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 75 B |
|
@ -145,6 +145,7 @@ var queryView = Backbone.View.extend({
|
|||
this.renderSelectboxes();
|
||||
this.deselect(outputEditor);
|
||||
this.deselect(inputEditor);
|
||||
|
||||
$('#queryDiv').show();
|
||||
outputEditor.setTheme("ace/theme/merbivore_soft");
|
||||
|
||||
|
|
Loading…
Reference in New Issue