mirror of
https://github.com/e107inc/e107.git
synced 2025-08-02 20:57:26 +02:00
Modal issue, possibly bootstrap3 related. Requires fix.
This commit is contained in:
@@ -57,7 +57,7 @@ tr.highlight-even, .table-striped > tbody > tr.highlight-even { background-colo
|
||||
|
||||
#admin-ui-media-manager.nav-tabs { background-color: #212121 }
|
||||
.tab-content { background-color: #373737 }
|
||||
iframe { border:3px solid red; }
|
||||
|
||||
|
||||
/*
|
||||
.bootstrap-select, bootstrap-select button
|
||||
|
@@ -452,7 +452,10 @@ $(document).ready(function()
|
||||
|
||||
$(document).on("click", ".e-dialog-close", function(){
|
||||
parent.$('.modal').modal('hide');
|
||||
$('.modal').modal('hide');
|
||||
|
||||
|
||||
// $('#modal').modal('hide');
|
||||
// parent.$.colorbox.close()
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user