Upgrade to Bootstrap 3

This commit is contained in:
benweet 2013-08-18 01:08:49 +01:00
parent 7488c14cf8
commit 2a738c0e54
2 changed files with 2 additions and 2 deletions

View File

@ -183,7 +183,7 @@ body {
*******************/ *******************/
.modal-backdrop { .modal-backdrop {
background-color: fade(#999, 60%); background-color: #999;
} }
.modal-content { .modal-content {

View File

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