commit
24334063f4
|
@ -109,6 +109,7 @@ const Explorer = React.createClass({
|
|||
return (
|
||||
<div className="query-editor__empty">
|
||||
<h5>This Graph has no Queries</h5>
|
||||
<br/>
|
||||
<div className="btn btn-primary" role="button" onClick={this.handleAddQuery}>Add a Query</div>
|
||||
</div>
|
||||
);
|
||||
|
|
|
@ -341,7 +341,7 @@ $query-editor-height: 35vh;
|
|||
padding: 18px 0;
|
||||
min-height: $query-editor-height;
|
||||
max-height: 80vh;
|
||||
background-color: $g6-smoke;
|
||||
background-color: $g7-graphite;
|
||||
border-radius: 0 0 $radius $radius;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue