Upgrade to Bootstrap 3
This commit is contained in:
parent
7488c14cf8
commit
2a738c0e54
@ -183,7 +183,7 @@ body {
|
|||||||
*******************/
|
*******************/
|
||||||
|
|
||||||
.modal-backdrop {
|
.modal-backdrop {
|
||||||
background-color: fade(#999, 60%);
|
background-color: #999;
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal-content {
|
.modal-content {
|
||||||
|
@ -181,7 +181,7 @@ define([
|
|||||||
// Create a backdrop and add to the body
|
// Create a backdrop and add to the body
|
||||||
utils.createBackdrop = function(toggle, target) {
|
utils.createBackdrop = function(toggle, target) {
|
||||||
var result = crel('div', {
|
var result = crel('div', {
|
||||||
'class': 'modal-backdrop',
|
'class': 'modal-backdrop in',
|
||||||
'data-toggle': toggle,
|
'data-toggle': toggle,
|
||||||
'data-target': target,
|
'data-target': target,
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user