aboutsummaryrefslogtreecommitdiff
path: root/styles
diff options
context:
space:
mode:
authorJames Barnett <noreply@jamesbarnett.xyz>2018-02-28 21:32:48 +0000
committerJames Barnett <noreply@jamesbarnett.xyz>2018-02-28 21:32:48 +0000
commit28ebae4525f35672acd6253b3022bdb8cdc1cbd1 (patch)
treef78cd401095f6405057d3e67509218483f789413 /styles
parent46d3ba84ed407548d368dd146393e747cfb2d0af (diff)
downloadsql-plus-plus-28ebae4525f35672acd6253b3022bdb8cdc1cbd1.tar.xz
sql-plus-plus-28ebae4525f35672acd6253b3022bdb8cdc1cbd1.zip
Update readme. Fix result parsing bug. Rearrange files
- Prefix query result fields with an underscore to avoid clashing with JS builtin property/function names which causes issues with Tabulator - Move html files into their own dir
Diffstat (limited to 'styles')
-rw-r--r--styles/editor-instance.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/styles/editor-instance.css b/styles/editor-instance.css
index 7ae5727..cb3aa95 100644
--- a/styles/editor-instance.css
+++ b/styles/editor-instance.css
@@ -130,4 +130,19 @@ body {
.statement-pointer {
width: 10px;
+}
+
+.button {
+ padding: 4px 6px;
+ background: #6D8A88;
+ border: none;
+ border-radius: 2px;
+ font-size: 12px;
+ margin: 6px;
+ text-align: center;
+}
+
+.button:hover {
+ color: #eee;
+ background-color: #aaa;
} \ No newline at end of file