From f3d1a3995cf29b60c28aedc363a23020620c0240 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Fri, 9 Feb 2024 19:08:43 +0100 Subject: [PATCH] fix: add pointer cursor to buttons in dashboard --- umap/static/umap/content.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/umap/static/umap/content.css b/umap/static/umap/content.css index d90c6273..bade8061 100644 --- a/umap/static/umap/content.css +++ b/umap/static/umap/content.css @@ -210,7 +210,7 @@ input[type="submit"], font-weight: bold; } .wrapper input[type="submit"]:hover { - background-color: #689191; + background-color: #35537c; } .wrapper .neutral, .wrapper input[type="submit"].neutral { background-color: #ddd; @@ -488,6 +488,9 @@ ul.umap-autocomplete { height: 36px; line-height: 26px; } +.table-wrapper table button { + cursor: pointer; +} /* **************************** */ /* Dialog */