From b82690448c7acbbe5bd537868899a43139f3f5cf Mon Sep 17 00:00:00 2001 From: "Dr. Uwe Meyer-Gruhl" <17402664+meyergru@users.noreply.github.com> Date: Sun, 18 Aug 2024 17:04:39 +0200 Subject: [PATCH] Change Tukan theme for 24.7.x (#4164) The "add widget" menu was hidden behind the popup --- misc/theme-tukan/Makefile | 2 +- .../stylesheets/bootstrap-select/css/bootstrap-select.css | 4 ++-- .../opnsense/www/themes/tukan/assets/stylesheets/main.scss | 2 +- .../opnsense/www/themes/tukan/build/css/bootstrap-select.css | 4 ++-- .../src/opnsense/www/themes/tukan/build/css/main.css | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/misc/theme-tukan/Makefile b/misc/theme-tukan/Makefile index 58302aefc..a0cf7296f 100644 --- a/misc/theme-tukan/Makefile +++ b/misc/theme-tukan/Makefile @@ -1,5 +1,5 @@ PLUGIN_NAME= theme-tukan -PLUGIN_VERSION= 1.27 +PLUGIN_VERSION= 1.28 PLUGIN_REVISION= 1 PLUGIN_COMMENT= The tukan theme - blue/white PLUGIN_MAINTAINER= rene@team-rebellion.net diff --git a/misc/theme-tukan/src/opnsense/www/themes/tukan/assets/stylesheets/bootstrap-select/css/bootstrap-select.css b/misc/theme-tukan/src/opnsense/www/themes/tukan/assets/stylesheets/bootstrap-select/css/bootstrap-select.css index 56214371e..b0426be87 100644 --- a/misc/theme-tukan/src/opnsense/www/themes/tukan/assets/stylesheets/bootstrap-select/css/bootstrap-select.css +++ b/misc/theme-tukan/src/opnsense/www/themes/tukan/assets/stylesheets/bootstrap-select/css/bootstrap-select.css @@ -96,7 +96,7 @@ span.form-control { position: absolute; } .bootstrap-select.btn-group.bs-container .dropdown-menu { - z-index: 1060; + z-index: 9999; } .bootstrap-select.btn-group .dropdown-toggle .filter-option { display: inline-block; @@ -204,7 +204,7 @@ span.form-control { margin-right: 34px; } .bootstrap-select.show-menu-arrow.open > .dropdown-toggle { - z-index: 1061; + z-index: 9999; } .bootstrap-select.show-menu-arrow .dropdown-toggle:before { content: ''; diff --git a/misc/theme-tukan/src/opnsense/www/themes/tukan/assets/stylesheets/main.scss b/misc/theme-tukan/src/opnsense/www/themes/tukan/assets/stylesheets/main.scss index ac64bdfc2..ea1ae3c64 100644 --- a/misc/theme-tukan/src/opnsense/www/themes/tukan/assets/stylesheets/main.scss +++ b/misc/theme-tukan/src/opnsense/www/themes/tukan/assets/stylesheets/main.scss @@ -5205,7 +5205,7 @@ button.close { position: absolute; top: 0; left: 0; - z-index: 1060; + z-index: 9999; display: none; max-width: 276px; padding: 1px; diff --git a/misc/theme-tukan/src/opnsense/www/themes/tukan/build/css/bootstrap-select.css b/misc/theme-tukan/src/opnsense/www/themes/tukan/build/css/bootstrap-select.css index 01c668321..6fce907aa 100644 --- a/misc/theme-tukan/src/opnsense/www/themes/tukan/build/css/bootstrap-select.css +++ b/misc/theme-tukan/src/opnsense/www/themes/tukan/build/css/bootstrap-select.css @@ -160,7 +160,7 @@ select.selectpicker { padding: 0 !important; } .bootstrap-select.bs-container .dropdown-menu { - z-index: 1060; + z-index: 9999; } .bootstrap-select .dropdown-toggle:before { content: ''; @@ -305,7 +305,7 @@ select.selectpicker { } .bootstrap-select.show-menu-arrow.open > .dropdown-toggle, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle { - z-index: 1061; + z-index: 9999; } .bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before { content: ''; diff --git a/misc/theme-tukan/src/opnsense/www/themes/tukan/build/css/main.css b/misc/theme-tukan/src/opnsense/www/themes/tukan/build/css/main.css index ac64bdfc2..ea1ae3c64 100644 --- a/misc/theme-tukan/src/opnsense/www/themes/tukan/build/css/main.css +++ b/misc/theme-tukan/src/opnsense/www/themes/tukan/build/css/main.css @@ -5205,7 +5205,7 @@ button.close { position: absolute; top: 0; left: 0; - z-index: 1060; + z-index: 9999; display: none; max-width: 276px; padding: 1px;