Add explain button to query view

This commit is contained in:
Dan Sosedoff
2014-10-14 21:32:46 -05:00
parent 1e40b12bfe
commit 1e4ecd5ba1
3 changed files with 51 additions and 2 deletions

View File

@@ -129,12 +129,16 @@
box-shadow: none;
background: #7eb54e;
float: left;
margin-right: 10px;
}
#input .actions .btn-default {
background: #aaa;
}
#input .actions #query_progress {
display: none;
float: left;
margin-left: 12px;
line-height: 30px;
height: 30px;
color: #aaa;
@@ -144,10 +148,15 @@
outline: 0 none;
box-shadow: 0;
}
#input .actions .btn:hover {
background: #7eb154;
}
#input .actions .btn-default:hover {
background: #bbb;
}
#output {
position: absolute;
left: 0px;