diff --git a/websiteFunctions/templates/websiteFunctions/listWebsites.html b/websiteFunctions/templates/websiteFunctions/listWebsites.html index 8ac2e8726..9525a81d8 100755 --- a/websiteFunctions/templates/websiteFunctions/listWebsites.html +++ b/websiteFunctions/templates/websiteFunctions/listWebsites.html @@ -143,10 +143,10 @@
- + - + data-placement="right" title="Show WordPress Sites"> + {$ web.wp_sites.length $} WordPress Sites @@ -380,6 +380,24 @@ background-color: #dc3545; color: white; } + .wp-sites-link { + cursor: pointer; + display: inline-flex; + align-items: center; + gap: 8px; + color: inherit; + text-decoration: none; + } + .wp-sites-link:hover { + color: inherit; + text-decoration: none; + } + .wp-sites-link i.btn-icon { + margin-right: 4px; + } + .wp-sites-count { + text-transform: none; + } .loading-indicator { display: inline-flex; align-items: center;