From 9da50a631c0a736de58f6b7a1dd4cedd29e0055d Mon Sep 17 00:00:00 2001 From: usmannasir Date: Sat, 28 Jun 2025 02:56:03 +0500 Subject: [PATCH] improve ux --- .../websiteFunctions/listWebsites.html | 29 +++++++++++++++---- 1 file changed, 23 insertions(+), 6 deletions(-) diff --git a/websiteFunctions/templates/websiteFunctions/listWebsites.html b/websiteFunctions/templates/websiteFunctions/listWebsites.html index 71649a70e..12f1b0308 100644 --- a/websiteFunctions/templates/websiteFunctions/listWebsites.html +++ b/websiteFunctions/templates/websiteFunctions/listWebsites.html @@ -116,6 +116,23 @@ white-space: nowrap; } + /* Ensure anchor tags styled as buttons work properly */ + a.btn { + text-decoration: none; + color: inherit; + } + + a.btn:hover { + text-decoration: none; + color: inherit; + } + + a.btn:focus, + a.btn:active { + text-decoration: none; + color: inherit; + } + .btn-primary { background: #5b5fcf; color: white; @@ -651,12 +668,12 @@
- - +
@@ -786,10 +803,10 @@
- +