BioplatformsAustralia / bpaotu

OTU database access for the Australian Microbiome
GNU Affero General Public License v3.0
5 stars 1 forks source link

Tabs on Interactive Graphical Search need pointer cursor #177

Closed hou098 closed 2 years ago

hou098 commented 2 years ago

This should do it

diff --git a/bpaotu/bpaotu/static/bpaotu/bpaotu.css b/bpaotu/bpaotu/static/bpaotu/bpaotu.css
index 7235a02..1d70fd9 100644
--- a/bpaotu/bpaotu/static/bpaotu/bpaotu.css
+++ b/bpaotu/bpaotu/static/bpaotu/bpaotu.css
@@ -161,3 +161,7 @@ body {
 .footer-logos {
     max-width: 150px;
 }
+
+.nav-item a {
+    cursor: pointer;
+}

Note that Django static assets are not versioned, so may need a cache breaker on *.css