Change Tukan theme for 24.7.x (#4164)

The "add widget" menu was hidden behind the popup
This commit is contained in:
Dr. Uwe Meyer-Gruhl 2024-08-18 17:04:39 +02:00 committed by GitHub
parent 1490dc820f
commit b82690448c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 7 additions and 7 deletions

View file

@ -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

View file

@ -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: '';

View file

@ -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;

View file

@ -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: '';

View file

@ -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;