aboutsummaryrefslogtreecommitdiff
path: root/styles
diff options
context:
space:
mode:
Diffstat (limited to 'styles')
-rw-r--r--styles/style.css8
-rw-r--r--styles/table-style.css10
2 files changed, 13 insertions, 5 deletions
diff --git a/styles/style.css b/styles/style.css
index f6b8313..db55827 100644
--- a/styles/style.css
+++ b/styles/style.css
@@ -121,4 +121,12 @@ body {
.exec-error {
background-color: red;
color: black;
+}
+
+.selected-statement {
+ background-color: #4F4837;
+}
+
+.statement-pointer {
+ width: 10px;
} \ No newline at end of file
diff --git a/styles/table-style.css b/styles/table-style.css
index fda66d0..7bf1222 100644
--- a/styles/table-style.css
+++ b/styles/table-style.css
@@ -1,17 +1,17 @@
table.dataTable thead .sorting {
- background-image: url("./images/sort_both.png");
+ background-image: url("../images/sort_both.png");
}
table.dataTable thead .sorting_asc {
- background-image: url("./images/sort_asc.png");
+ background-image: url("../images/sort_asc.png");
}
table.dataTable thead .sorting_desc {
- background-image: url("./images/sort_desc.png");
+ background-image: url("../images/sort_desc.png");
}
table.dataTable thead .sorting_asc_disabled {
- background-image: url("./images/sort_asc_disabled.png");
+ background-image: url("../images/sort_asc_disabled.png");
}
table.dataTable thead .sorting_desc_disabled {
- background-image: url("./images/sort_desc_disabled.png");
+ background-image: url("../images/sort_desc_disabled.png");
}
table.dataTable tbody tr {
background-color: #282a36;