From 0459c378b735a8c1ef5a9594205fb8fd5fe10411 Mon Sep 17 00:00:00 2001 From: Paul Donald Date: Sun, 15 Dec 2024 20:29:36 +0100 Subject: [PATCH] themes: update package-manager style to match page name opkg is no longer available as the generic name for package-manager Signed-off-by: Paul Donald --- .../htdocs/luci-static/material/cascade.css | 8 ++++---- .../htdocs/luci-static/openwrt2020/cascade.css | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/themes/luci-theme-material/htdocs/luci-static/material/cascade.css b/themes/luci-theme-material/htdocs/luci-static/material/cascade.css index 29d83bd42e..70d2ed83c2 100644 --- a/themes/luci-theme-material/htdocs/luci-static/material/cascade.css +++ b/themes/luci-theme-material/htdocs/luci-static/material/cascade.css @@ -756,7 +756,7 @@ h5 { #cbi-wireless > #wifi_assoclist_table, [data-tab-title], [data-page^="admin-system-admin"]:not(.node-main-login) .cbi-map:not(#cbi-dropbear), -[data-page="admin-system-opkg"] #maincontent > .container { +[data-page="admin-system-package-manager"] #maincontent > .container { font-family: inherit; font-weight: normal; font-style: normal; @@ -2377,19 +2377,19 @@ input[name="nslookup"] { gap: 2px; } -[data-page="admin-system-opkg"] div.btn { +[data-page="admin-system-package-manager"] div.btn { line-height: 3; display: inline; padding: .3rem .6rem; } [data-page^="admin-system-admin"]:not(.node-main-login) .cbi-map:not(#cbi-dropbear), -[data-page="admin-system-opkg"] #maincontent > .container { +[data-page="admin-system-package-manager"] #maincontent > .container { margin-top: 2rem; padding-top: .1rem; } -[data-page="admin-system-opkg"] #maincontent > .container { +[data-page="admin-system-package-manager"] #maincontent > .container { margin: 2rem; margin-bottom: 1rem; } diff --git a/themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/cascade.css b/themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/cascade.css index 3297b08681..8626931ede 100644 --- a/themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/cascade.css +++ b/themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/cascade.css @@ -1973,7 +1973,7 @@ ul.errors { line-height: 1rem; } - [data-page="admin-system-opkg"] .control-group { + [data-page="admin-system-package-manager"] .control-group { flex-wrap: wrap; } -- 2.30.2