From fb07089ee5c2c92f0d60eb219aa2564e33a9b340 Mon Sep 17 00:00:00 2001 From: Kaloyan Danchev Date: Sun, 8 Feb 2026 09:40:52 +0200 Subject: [PATCH] Add comprehensive inner page glass styling - Glass wrapper for inner page tables (Shares, Docker, VMs, Main) - Tab navigation styling with active/inactive glass pills (nav.tabs, div.tab) - Header bar subtle glass treatment - Settings icon grid tile glass cards - Form section bands (div.shade) from opaque dark to subtle transparent - Dropdown checklist containers glass styling - Help text, blockquote, disabled button, checkbox/radio styling - Content padding on #displaybox for consistent spacing Co-Authored-By: Claude Opus 4.6 --- style.css | 370 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 370 insertions(+) diff --git a/style.css b/style.css index 44eda55..1cdb5f1 100644 --- a/style.css +++ b/style.css @@ -1121,6 +1121,376 @@ table.dashboard td a:hover { } +/* ============================================ + INNER PAGES — Content Glass Wrapper + ============================================ */ + +/* #displaybox is the main content area next to sidebar. + On non-dashboard pages, wrap content in a glass panel. */ +#displaybox { + padding: 20px 28px !important; +} + +/* Header bar — subtle glass strip */ +#header { + background: rgba(255, 255, 255, 0.04) !important; + backdrop-filter: blur(30px) saturate(1.2) !important; + -webkit-backdrop-filter: blur(30px) saturate(1.2) !important; + border-bottom: 1px solid rgba(255, 255, 255, 0.06) !important; +} + + +/* ============================================ + TAB NAVIGATION (nav.tabs with