From 577a655aeef10b11a2944e5e8a7c1f359988147e Mon Sep 17 00:00:00 2001 From: mathieu Date: Sat, 16 May 2026 02:26:40 +0200 Subject: [PATCH] style(host-detail): polish buttons, back link and port list - Save changes / Add port: add btn-primary class for consistent blue accent - Back button: stacked above page title, styled as a small bordered button - Port list: remove row background, replace full border with bottom separator only Co-Authored-By: Claude Sonnet 4.6 --- src/client/host_detail.rs | 4 +++- style/rust-ipam.css | 36 ++++++++++++++++++++++-------------- 2 files changed, 25 insertions(+), 15 deletions(-) diff --git a/src/client/host_detail.rs b/src/client/host_detail.rs index 1868291..f8e1587 100644 --- a/src/client/host_detail.rs +++ b/src/client/host_detail.rs @@ -170,7 +170,7 @@ pub fn HostDetailPage() -> impl IntoView { // ── Page header ──────────────────────────────────