-
-
+
+
+
@@ -47,9 +47,9 @@
@@ -59,8 +59,8 @@
Create new list
-
-
+
+
Include items
@@ -70,8 +70,8 @@
diff --git a/web/rendergraphs.js b/web/rendergraphs.js
index e53b336..3e0a753 100644
--- a/web/rendergraphs.js
+++ b/web/rendergraphs.js
@@ -54,6 +54,7 @@ function render_graphs(items, history, show_hidden) {
} else {
hide_button.innerHTML = "show";
}
+ hide_button.className = "btn btn-secondary";
hide_button.style.position = "relative";
hide_button.style.top = `-${height+margin.bottom}px`;
hide_button.style.left = `${margin.left+20}px`;
@@ -64,6 +65,7 @@ function render_graphs(items, history, show_hidden) {
// button to delete item
const del_button = document.createElement("button");
del_button.innerHTML = "delete";
+ del_button.className = "btn btn-secondary";
del_button.style.position = "relative";
del_button.style.top = `-${height+margin.bottom}px`;
del_button.style.left = `${margin.left+30}px`;
diff --git a/web/style.css b/web/style.css
index e41a3c1..fc7b9f3 100644
--- a/web/style.css
+++ b/web/style.css
@@ -30,7 +30,7 @@ body {
.banner {
background-color: #30fc66;
color: #fff;
- padding: 10px;
+ padding: 5px;
position: fixed;
z-index: 300;
top: 0;