From 7329d632d129b3d69ab130d257598458230b7d26 Mon Sep 17 00:00:00 2001 From: Giorgio Ravera Date: Thu, 28 May 2026 10:18:47 +0200 Subject: [PATCH] Changed icons & minor graphical review --- frontend/aliases.html | 2 +- frontend/css/layout.css | 18 +++++++++++++++++- frontend/css/variables.css | 9 ++++++++- frontend/devices.html | 2 +- frontend/hosts.html | 2 +- frontend/index.html | 12 +++++------- frontend/leases.html | 2 +- frontend/modals.html | 20 ++++++++++---------- 8 files changed, 44 insertions(+), 23 deletions(-) diff --git a/frontend/aliases.html b/frontend/aliases.html index 4321002..0e77aea 100644 --- a/frontend/aliases.html +++ b/frontend/aliases.html @@ -68,7 +68,7 @@

- 🖧 + Aliases List

diff --git a/frontend/css/layout.css b/frontend/css/layout.css index 82a079a..d2a4c1b 100644 --- a/frontend/css/layout.css +++ b/frontend/css/layout.css @@ -430,10 +430,26 @@ td.actions { padding: 20px 24px; border-left: 4px solid var(--accent); border-radius: 6px; - width: 320px; box-shadow: 0 4px 12px rgba(0,0,0,0.25); } +.modal-content-sm { + width: 320px; +} + +.modal-content-md { + width: 500px; +} + +.modal-content-lg { + width: 800px; +} + +.modal-content-xl { + width: 95vw; + max-width: 1200px; +} + .modal-content h3 { margin: 0 0 14px 0; font-size: 1.2rem; diff --git a/frontend/css/variables.css b/frontend/css/variables.css index 2b1d835..add5ba1 100644 --- a/frontend/css/variables.css +++ b/frontend/css/variables.css @@ -3,6 +3,7 @@ ================================ */ :root { --accent: #4da3ff; + --accent-rgb: 77, 163, 255; --accent-hover: #1f8bff; --bg-dark: #111; @@ -20,4 +21,10 @@ --icon-color: var(--accent); --icon-color-hover: var(--accent-hover); -} + + --bg-hover: rgba(0, 0, 0, 0.04); + --bg-hover-accent: rgba(var(--accent-rgb), 0.08); + + --bg-selected: rgba(var(--accent-rgb), 0.12); + --border-selected: rgba(var(--accent-rgb), 0.4); +} \ No newline at end of file diff --git a/frontend/devices.html b/frontend/devices.html index 3b9d857..fc24525 100644 --- a/frontend/devices.html +++ b/frontend/devices.html @@ -68,7 +68,7 @@

- 🖧 + Devices List

diff --git a/frontend/hosts.html b/frontend/hosts.html index 00bd53b..d995379 100644 --- a/frontend/hosts.html +++ b/frontend/hosts.html @@ -68,7 +68,7 @@

- 🖧 + Hosts List

diff --git a/frontend/index.html b/frontend/index.html index f317eed..13b3840 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -65,7 +65,7 @@

- 🖧 + Dashboard

@@ -94,7 +94,7 @@
-
+

DHCP (Kea)

Pools, leases, reservations.

@@ -117,16 +117,14 @@ -
+

Aliases

Inventario alias DNS.

-
- -
+

Devices

Device status (Host + DHCP).

@@ -140,7 +138,7 @@
-
+

Backup & Restore

Esecuzione backup e gestione archivi.

diff --git a/frontend/leases.html b/frontend/leases.html index ad29feb..b6df996 100644 --- a/frontend/leases.html +++ b/frontend/leases.html @@ -68,7 +68,7 @@

- 🖧 + DHCP Leases

diff --git a/frontend/modals.html b/frontend/modals.html index adcd026..42c65c1 100644 --- a/frontend/modals.html +++ b/frontend/modals.html @@ -1,12 +1,12 @@