From 50997c051bdf3a0b5e62a7849e55fd2b83383ff7 Mon Sep 17 00:00:00 2001 From: Niko Abeler Date: Thu, 25 Jan 2024 22:12:14 +0100 Subject: [PATCH] slimmer action on entry --- render/templates/views/entry.tmpl | 46 +++++++++++++++++-------------- web/static/style.css | 4 +++ 2 files changed, 29 insertions(+), 21 deletions(-) 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