From dbf1d134fb1565b6284132d7b7f0c2147b1745b5 Mon Sep 17 00:00:00 2001 From: usmannasir Date: Sat, 2 Aug 2025 10:12:12 +0500 Subject: [PATCH] bug fix: https://github.com/usmannasir/cyberpanel/issues/1464 --- .../templates/websiteFunctions/listWebsites.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/websiteFunctions/templates/websiteFunctions/listWebsites.html b/websiteFunctions/templates/websiteFunctions/listWebsites.html index 8b2ec1f2c..6201fcd03 100644 --- a/websiteFunctions/templates/websiteFunctions/listWebsites.html +++ b/websiteFunctions/templates/websiteFunctions/listWebsites.html @@ -134,14 +134,15 @@ } .btn-primary { - background: #5b5fcf; - color: white; + background: #5b5fcf !important; + color: white !important; } .btn-primary:hover { - background: #4a4fc4; + background: #4a4fc4 !important; box-shadow: 0 4px 12px rgba(91,95,207,0.3); transform: translateY(-1px); + color: white !important; } .btn-secondary {