diff --git a/meshview/templates/top.html b/meshview/templates/top.html index 49918bb..9fc5e15 100644 --- a/meshview/templates/top.html +++ b/meshview/templates/top.html @@ -19,7 +19,8 @@ margin-bottom: 15px; } - .filter-bar select { + .filter-bar select, + .filter-bar input { background-color: #1f2327; border: 1px solid #444; color: #ddd; @@ -50,8 +51,16 @@ .node-link:hover { text-decoration: underline; } .good-x { color: #81ff81; font-weight: bold; } - .ok-x { color: #e8e86d; font-weight: bold; } - .bad-x { color: #ff6464; font-weight: bold; } + .ok-x { color: #e8e86d; font-weight: bold; } + .bad-x { color: #ff6464; font-weight: bold; } + + .pagination { + display: flex; + justify-content: center; + align-items: center; + gap: 12px; + margin-top: 15px; + } {% endblock %} @@ -64,20 +73,21 @@
- -