Skip to content

Commit

Permalink
Fixed #10825 - selectlists in modals b0rked
Browse files Browse the repository at this point in the history
Signed-off-by: snipe <[email protected]>
  • Loading branch information
snipe committed Mar 16, 2022
1 parent 84aa26d commit 54d6a4d
Show file tree
Hide file tree
Showing 31 changed files with 104 additions and 162 deletions.
90 changes: 45 additions & 45 deletions package-lock.json

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions public/css/dist/skins/skin-black-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,18 @@
color: #fff;
}
.skin-black-dark .main-header .navbar .dropdown-menu li a {
color: #fff;
color: #333;
}
.skin-black-dark .main-header .navbar .dropdown-menu li a:hover {
background: #040404;
color: #fff;
}
}
@media (max-width: 991px) {
.skin-black-dark .main-header .navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
background-color: var(--back-sub);
}
}
.skin-black-dark .main-header li.user-header {
background-color: #111;
}
Expand Down Expand Up @@ -315,11 +320,6 @@ body {
#details > div > div > div > table {
background-color: transparent;
}
.dropdown-menu,
.dropdown-menu > li > a {
background-color: var(--back-sub);
color: var(--text-main) !important;
}
.dropdown-menu > li > a:hover {
background-color: var(--back-main);
color: var(--nav-link);
Expand Down
12 changes: 6 additions & 6 deletions public/css/dist/skins/skin-black-dark.min.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,18 @@
color: #fff;
}
.skin-black-dark .main-header .navbar .dropdown-menu li a {
color: #fff;
color: #333;
}
.skin-black-dark .main-header .navbar .dropdown-menu li a:hover {
background: #040404;
color: #fff;
}
}
@media (max-width: 991px) {
.skin-black-dark .main-header .navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
background-color: var(--back-sub);
}
}
.skin-black-dark .main-header li.user-header {
background-color: #111;
}
Expand Down Expand Up @@ -315,11 +320,6 @@ body {
#details > div > div > div > table {
background-color: transparent;
}
.dropdown-menu,
.dropdown-menu > li > a {
background-color: var(--back-sub);
color: var(--text-main) !important;
}
.dropdown-menu > li > a:hover {
background-color: var(--back-main);
color: var(--nav-link);
Expand Down
2 changes: 1 addition & 1 deletion public/css/dist/skins/skin-black.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
background-color: rgba(255, 255, 255, 0.1);
}
.skin-black .main-header .navbar .dropdown-menu li a {
color: #fff;
color: #333;
}
.skin-black .main-header .navbar .dropdown-menu li a:hover {
background: #040404;
Expand Down
2 changes: 1 addition & 1 deletion public/css/dist/skins/skin-black.min.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
background-color: rgba(255, 255, 255, 0.1);
}
.skin-black .main-header .navbar .dropdown-menu li a {
color: #fff;
color: #333;
}
.skin-black .main-header .navbar .dropdown-menu li a:hover {
background: #040404;
Expand Down
5 changes: 0 additions & 5 deletions public/css/dist/skins/skin-blue-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -301,11 +301,6 @@ body {
#details > div > div > div > table {
background-color: transparent;
}
.dropdown-menu,
.dropdown-menu > li > a {
background-color: var(--back-sub);
color: var(--text-main) !important;
}
.dropdown-menu > li > a:hover {
background-color: var(--back-main);
color: var(--nav-link);
Expand Down
5 changes: 0 additions & 5 deletions public/css/dist/skins/skin-blue-dark.min.css
Original file line number Diff line number Diff line change
Expand Up @@ -301,11 +301,6 @@ body {
#details > div > div > div > table {
background-color: transparent;
}
.dropdown-menu,
.dropdown-menu > li > a {
background-color: var(--back-sub);
color: var(--text-main) !important;
}
.dropdown-menu > li > a:hover {
background-color: var(--back-main);
color: var(--nav-link);
Expand Down
5 changes: 0 additions & 5 deletions public/css/dist/skins/skin-green-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -301,11 +301,6 @@ body {
#details > div > div > div > table {
background-color: transparent;
}
.dropdown-menu,
.dropdown-menu > li > a {
background-color: var(--back-sub);
color: var(--text-main) !important;
}
.dropdown-menu > li > a:hover {
background-color: var(--back-main);
color: var(--nav-link);
Expand Down
5 changes: 0 additions & 5 deletions public/css/dist/skins/skin-green-dark.min.css
Original file line number Diff line number Diff line change
Expand Up @@ -301,11 +301,6 @@ body {
#details > div > div > div > table {
background-color: transparent;
}
.dropdown-menu,
.dropdown-menu > li > a {
background-color: var(--back-sub);
color: var(--text-main) !important;
}
.dropdown-menu > li > a:hover {
background-color: var(--back-main);
color: var(--nav-link);
Expand Down
2 changes: 1 addition & 1 deletion public/css/dist/skins/skin-green.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
background-color: rgba(255, 255, 255, 0.1);
}
.skin-green .main-header .navbar .dropdown-menu li a {
color: #fff;
color: #333;
}
.skin-green .main-header .navbar .dropdown-menu li a:hover {
background: #008d4c;
Expand Down
2 changes: 1 addition & 1 deletion public/css/dist/skins/skin-green.min.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
background-color: rgba(255, 255, 255, 0.1);
}
.skin-green .main-header .navbar .dropdown-menu li a {
color: #fff;
color: #333;
}
.skin-green .main-header .navbar .dropdown-menu li a:hover {
background: #008d4c;
Expand Down
5 changes: 0 additions & 5 deletions public/css/dist/skins/skin-orange-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -304,11 +304,6 @@ a:link.btn-default {
#details > div > div > div > table {
background-color: transparent;
}
.dropdown-menu,
.dropdown-menu > li > a {
background-color: var(--back-sub);
color: var(--text-main) !important;
}
.dropdown-menu > li > a:hover {
background-color: var(--back-main);
color: var(--nav-link);
Expand Down
5 changes: 0 additions & 5 deletions public/css/dist/skins/skin-orange-dark.min.css
Original file line number Diff line number Diff line change
Expand Up @@ -304,11 +304,6 @@ a:link.btn-default {
#details > div > div > div > table {
background-color: transparent;
}
.dropdown-menu,
.dropdown-menu > li > a {
background-color: var(--back-sub);
color: var(--text-main) !important;
}
.dropdown-menu > li > a:hover {
background-color: var(--back-main);
color: var(--nav-link);
Expand Down
2 changes: 1 addition & 1 deletion public/css/dist/skins/skin-orange.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
background-color: rgba(255, 255, 255, 0.1);
}
.skin-orange .main-header .navbar .dropdown-menu li a {
color: #fff;
color: #333;
}
.skin-orange .main-header .navbar .dropdown-menu li a:hover {
background: #e67e00;
Expand Down
2 changes: 1 addition & 1 deletion public/css/dist/skins/skin-orange.min.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
background-color: rgba(255, 255, 255, 0.1);
}
.skin-orange .main-header .navbar .dropdown-menu li a {
color: #fff;
color: #333;
}
.skin-orange .main-header .navbar .dropdown-menu li a:hover {
background: #e67e00;
Expand Down
5 changes: 0 additions & 5 deletions public/css/dist/skins/skin-purple-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -304,11 +304,6 @@ body {
#details > div > div > div > table {
background-color: transparent;
}
.dropdown-menu,
.dropdown-menu > li > a {
background-color: var(--back-sub);
color: var(--text-main) !important;
}
.dropdown-menu > li > a:hover {
background-color: var(--back-main);
color: var(--nav-link);
Expand Down
5 changes: 0 additions & 5 deletions public/css/dist/skins/skin-purple-dark.min.css
Original file line number Diff line number Diff line change
Expand Up @@ -304,11 +304,6 @@ body {
#details > div > div > div > table {
background-color: transparent;
}
.dropdown-menu,
.dropdown-menu > li > a {
background-color: var(--back-sub);
color: var(--text-main) !important;
}
.dropdown-menu > li > a:hover {
background-color: var(--back-main);
color: var(--nav-link);
Expand Down
2 changes: 1 addition & 1 deletion public/css/dist/skins/skin-purple.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
background-color: rgba(255, 255, 255, 0.1);
}
.skin-purple .main-header .navbar .dropdown-menu li a {
color: #fff;
color: #333;
}
.skin-purple .main-header .navbar .dropdown-menu li a:hover {
background: #555299;
Expand Down
2 changes: 1 addition & 1 deletion public/css/dist/skins/skin-purple.min.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
background-color: rgba(255, 255, 255, 0.1);
}
.skin-purple .main-header .navbar .dropdown-menu li a {
color: #fff;
color: #333;
}
.skin-purple .main-header .navbar .dropdown-menu li a:hover {
background: #555299;
Expand Down
5 changes: 0 additions & 5 deletions public/css/dist/skins/skin-red-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -302,11 +302,6 @@ body {
#details > div > div > div > table {
background-color: transparent;
}
.dropdown-menu,
.dropdown-menu > li > a {
background-color: var(--back-sub);
color: var(--text-main) !important;
}
.dropdown-menu > li > a:hover {
background-color: var(--back-main);
color: var(--nav-link);
Expand Down
5 changes: 0 additions & 5 deletions public/css/dist/skins/skin-red-dark.min.css
Original file line number Diff line number Diff line change
Expand Up @@ -302,11 +302,6 @@ body {
#details > div > div > div > table {
background-color: transparent;
}
.dropdown-menu,
.dropdown-menu > li > a {
background-color: var(--back-sub);
color: var(--text-main) !important;
}
.dropdown-menu > li > a:hover {
background-color: var(--back-main);
color: var(--nav-link);
Expand Down
2 changes: 1 addition & 1 deletion public/css/dist/skins/skin-red.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
background-color: rgba(255, 255, 255, 0.1);
}
.skin-red .main-header .navbar .dropdown-menu li a {
color: #fff;
color: #333;
}
.skin-red .main-header .navbar .dropdown-menu li a:hover {
background: #d73925;
Expand Down
2 changes: 1 addition & 1 deletion public/css/dist/skins/skin-red.min.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
background-color: rgba(255, 255, 255, 0.1);
}
.skin-red .main-header .navbar .dropdown-menu li a {
color: #fff;
color: #333;
}
.skin-red .main-header .navbar .dropdown-menu li a:hover {
background: #d73925;
Expand Down
5 changes: 0 additions & 5 deletions public/css/dist/skins/skin-yellow-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -304,11 +304,6 @@ body {
#details > div > div > div > table {
background-color: transparent;
}
.dropdown-menu,
.dropdown-menu > li > a {
background-color: var(--back-sub);
color: var(--text-main) !important;
}
.dropdown-menu > li > a:hover {
background-color: var(--back-main);
color: var(--nav-link);
Expand Down
5 changes: 0 additions & 5 deletions public/css/dist/skins/skin-yellow-dark.min.css
Original file line number Diff line number Diff line change
Expand Up @@ -304,11 +304,6 @@ body {
#details > div > div > div > table {
background-color: transparent;
}
.dropdown-menu,
.dropdown-menu > li > a {
background-color: var(--back-sub);
color: var(--text-main) !important;
}
.dropdown-menu > li > a:hover {
background-color: var(--back-main);
color: var(--nav-link);
Expand Down
2 changes: 1 addition & 1 deletion public/css/dist/skins/skin-yellow.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
background-color: rgba(255, 255, 255, 0.1);
}
.skin-yellow .main-header .navbar .dropdown-menu li a {
color: #fff;
color: #333;
}
.skin-yellow .main-header .navbar .dropdown-menu li a:hover {
background: #e08e0b;
Expand Down
2 changes: 1 addition & 1 deletion public/css/dist/skins/skin-yellow.min.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
background-color: rgba(255, 255, 255, 0.1);
}
.skin-yellow .main-header .navbar .dropdown-menu li a {
color: #fff;
color: #333;
}
.skin-yellow .main-header .navbar .dropdown-menu li a:hover {
background: #e08e0b;
Expand Down
3 changes: 2 additions & 1 deletion public/js/build/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -2241,7 +2241,8 @@ If you want to pass additional variables to the modal (In the Category Create on

*/
$(function () {
//handle modal-add-interstitial calls
var baseUrl = $('meta[name="baseUrl"]').attr('content'); //handle modal-add-interstitial calls

var model, select, refreshSelector;

if ($('#createModal').length == 0) {
Expand Down
3 changes: 2 additions & 1 deletion public/js/dist/all.js
Original file line number Diff line number Diff line change
Expand Up @@ -61379,7 +61379,8 @@ If you want to pass additional variables to the modal (In the Category Create on

*/
$(function () {
//handle modal-add-interstitial calls
var baseUrl = $('meta[name="baseUrl"]').attr('content'); //handle modal-add-interstitial calls

var model, select, refreshSelector;

if ($('#createModal').length == 0) {
Expand Down
Loading

0 comments on commit 54d6a4d

Please sign in to comment.