diff --git a/v2/index.html b/v2/index.html index 47f4064..a171d7c 100644 --- a/v2/index.html +++ b/v2/index.html @@ -17,9 +17,33 @@ font-size: 1.5rem; border-bottom: 2px solid #444; padding-bottom: 10px; - margin-bottom: 30px; + margin-bottom: 20px; } + /* Suchfeld Styling */ + .search-container { + max-width: 1000px; + margin-bottom: 30px; + } + #searchInput { + width: 100%; + padding: 12px 15px; + border-radius: 6px; + border: 1px solid #333; + background-color: #1e1e1e; + color: #fff; + font-size: 1rem; + box-sizing: border-box; + transition: border-color 0.2s; + } + #searchInput:focus { + outline: none; + border-color: #4da6ff; + } + #searchInput::placeholder { + color: #888; + } + #dashboard { max-width: 1000px; } @@ -27,7 +51,7 @@ /* Server-Block Überschrift */ .server-group-title { font-size: 1.1rem; - color: #4da6ff; /* Ein schönes, techy Blau zur Abhebung */ + color: #4da6ff; margin-top: 35px; margin-bottom: 12px; padding-bottom: 6px; @@ -57,7 +81,7 @@ } .node-row:hover { background: #252525; } - /* Status Indikator (Leuchtender Punkt) */ + /* Status Indikator */ .status-dot { width: 10px; height: 10px; @@ -105,6 +129,11 @@

Gateway Status Übersicht

+ +
+ +
+

Lade Status-Daten...

@@ -112,6 +141,38 @@