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;