mirror of
https://github.com/opnsense/plugins.git
synced 2026-06-09 08:56:23 -04:00
Change Tukan theme for 24.7.x (#4164)
The "add widget" menu was hidden behind the popup
This commit is contained in:
parent
1490dc820f
commit
b82690448c
5 changed files with 7 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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: '';
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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: '';
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue