1
0
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:
Cameron
2015-07-19 17:21:47 -07:00
parent 650041b5aa
commit 2ec557794d
2 changed files with 5 additions and 2 deletions

View File

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

View File

@@ -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()
});