From cd01f842bfde835a46e71b07215f610799b6f42b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9?= <34602360+opnsenseuser@users.noreply.github.com> Date: Tue, 3 Mar 2026 13:51:01 +0100 Subject: [PATCH] Theme Cicada/Vicuna (#5279) --- .../opnsense/www/themes/cicada/assets/stylesheets/main.scss | 2 +- .../src/opnsense/www/themes/cicada/build/css/main.css | 2 +- .../www/themes/cicada/build/css/opnsense-bootgrid.css | 4 ++-- .../opnsense/www/themes/vicuna/assets/stylesheets/main.scss | 4 ++-- .../src/opnsense/www/themes/vicuna/build/css/main.css | 4 ++-- .../www/themes/vicuna/build/css/opnsense-bootgrid.css | 4 ++-- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/misc/theme-cicada/src/opnsense/www/themes/cicada/assets/stylesheets/main.scss b/misc/theme-cicada/src/opnsense/www/themes/cicada/assets/stylesheets/main.scss index 423497796..d2f755571 100644 --- a/misc/theme-cicada/src/opnsense/www/themes/cicada/assets/stylesheets/main.scss +++ b/misc/theme-cicada/src/opnsense/www/themes/cicada/assets/stylesheets/main.scss @@ -5370,7 +5370,7 @@ tbody.collapse.in { height: 1px; margin: 9px 0; overflow: hidden; - background-color: #e5e5e5; + background-color: #191919; } > { diff --git a/misc/theme-cicada/src/opnsense/www/themes/cicada/build/css/main.css b/misc/theme-cicada/src/opnsense/www/themes/cicada/build/css/main.css index d097eb55e..ac6fbb3bd 100644 --- a/misc/theme-cicada/src/opnsense/www/themes/cicada/build/css/main.css +++ b/misc/theme-cicada/src/opnsense/www/themes/cicada/build/css/main.css @@ -3198,7 +3198,7 @@ tbody.collapse.in { height: 1px; margin: 9px 0; overflow: hidden; - background-color: #e5e5e5; } + background-color: #191919; } .dropdown-menu > li > a { display: block; padding: 3px 20px; diff --git a/misc/theme-cicada/src/opnsense/www/themes/cicada/build/css/opnsense-bootgrid.css b/misc/theme-cicada/src/opnsense/www/themes/cicada/build/css/opnsense-bootgrid.css index 63af6ab07..d5581fb85 100644 --- a/misc/theme-cicada/src/opnsense/www/themes/cicada/build/css/opnsense-bootgrid.css +++ b/misc/theme-cicada/src/opnsense/www/themes/cicada/build/css/opnsense-bootgrid.css @@ -48,7 +48,7 @@ } .tabulator-row.tabulator-row-odd.tabulator-selectable:hover:not(.tabulator-selected) { - background-color: #242424; + background-color: #282828; } .tabulator-row.tabulator-row-even { @@ -56,7 +56,7 @@ } .tabulator-row.tabulator-row-even.tabulator-selectable:hover:not(.tabulator-selected) { - background-color: #242424; + background-color: #282828; } .tabulator .tabulator-tableholder { diff --git a/misc/theme-vicuna/src/opnsense/www/themes/vicuna/assets/stylesheets/main.scss b/misc/theme-vicuna/src/opnsense/www/themes/vicuna/assets/stylesheets/main.scss index 4b0341812..1e5e9b71d 100644 --- a/misc/theme-vicuna/src/opnsense/www/themes/vicuna/assets/stylesheets/main.scss +++ b/misc/theme-vicuna/src/opnsense/www/themes/vicuna/assets/stylesheets/main.scss @@ -5481,7 +5481,7 @@ tbody.collapse.in { height: 1px; margin: 9px 0; overflow: hidden; - background-color: #e5e5e5; + background-color: #191919; } > { @@ -5559,7 +5559,7 @@ tbody.collapse.in { padding: 3px 20px; font-size: 12px; line-height: 1.428571429; - color: #191919; + color: #999; white-space: nowrap; } diff --git a/misc/theme-vicuna/src/opnsense/www/themes/vicuna/build/css/main.css b/misc/theme-vicuna/src/opnsense/www/themes/vicuna/build/css/main.css index 6cf410f8c..f622195ce 100644 --- a/misc/theme-vicuna/src/opnsense/www/themes/vicuna/build/css/main.css +++ b/misc/theme-vicuna/src/opnsense/www/themes/vicuna/build/css/main.css @@ -3184,7 +3184,7 @@ tbody.collapse.in { height: 1px; margin: 9px 0; overflow: hidden; - background-color: #e5e5e5; } + background-color: #191919; } .dropdown-menu > li > a { display: block; padding: 3px 20px; @@ -3235,7 +3235,7 @@ tbody.collapse.in { padding: 3px 20px; font-size: 12px; line-height: 1.428571429; - color: #191919; + color: #999; white-space: nowrap; } .dropdown-backdrop { diff --git a/misc/theme-vicuna/src/opnsense/www/themes/vicuna/build/css/opnsense-bootgrid.css b/misc/theme-vicuna/src/opnsense/www/themes/vicuna/build/css/opnsense-bootgrid.css index 03477ce3a..46d72bbb2 100644 --- a/misc/theme-vicuna/src/opnsense/www/themes/vicuna/build/css/opnsense-bootgrid.css +++ b/misc/theme-vicuna/src/opnsense/www/themes/vicuna/build/css/opnsense-bootgrid.css @@ -48,7 +48,7 @@ } .tabulator-row.tabulator-row-odd.tabulator-selectable:hover:not(.tabulator-selected) { - background-color: #1b272f; + background-color: #1f2c35; } .tabulator-row.tabulator-row-even { @@ -56,7 +56,7 @@ } .tabulator-row.tabulator-row-even.tabulator-selectable:hover:not(.tabulator-selected) { - background-color: #1b272f; + background-color: #1f2c35; } .tabulator .tabulator-tableholder {