diff --git a/render/templates/views/entry.tmpl b/render/templates/views/entry.tmpl index 6982048..df2fdee 100644 --- a/render/templates/views/entry.tmpl +++ b/render/templates/views/entry.tmpl @@ -74,29 +74,33 @@

Actions

+ +
- Edit +
+ Edit +
+
+
+ +
+ +
+
+
+
+ +
+ +
+
-
-
-
-
- - -
-
-
-
-
- - -
{{ end }} diff --git a/web/static/style.css b/web/static/style.css index 8b5f7ec..0c76479 100644 --- a/web/static/style.css +++ b/web/static/style.css @@ -17,4 +17,8 @@ .action-tile:hover { background: var(--background-light); +} + +.danger { + background-color: var(--del-color) !important; } \ No newline at end of file