Removed bootbox jquery package
Fixed confirmation dialog boxes for history and mass update views Changed text color from white to dark for episode statuses view Added css for jquery confirm package
... | ... | @@ -23,7 +23,6 @@ |
"babel-loader": "^7.1.5", | ||
"babel-plugin-add-module-exports": "^0.2.1", | ||
"babel-preset-env": "^1.7.0", | ||
"bootbox": "^4.4.0", | ||
"bootstrap": "^4.1.1", | ||
"clean-webpack-plugin": "^0.1.19", | ||
"css-loader": "^1.0.0", | ||
... | ... |
This diff is collapsed.
This diff is collapsed.
... | ... | @@ -3,6 +3,7 @@ |
@import "~jquery-ui/themes/base/all.css"; | ||
@import "~tooltipster/dist/css/tooltipster.bundle.css"; | ||
@import "~pnotify/dist/PNotifyBrightTheme.css"; | ||
@import "~jquery-confirm/css/jquery-confirm.css"; | ||
$fa-font-path: "[email protected]/fontawesome-free/webfonts"; | ||
@import "[email protected]/fontawesome-free/scss/fontawesome"; | ||
... | ... |
Please register or sign in to comment