mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2025-03-13 21:12:55 -04:00
couple fixes to the dialog close button
* add back in button.css (broken with f5aa008) * remove a redundant .png file-loader which apparently caused the .png asset to not load properly (broken with f5aa008)
This commit is contained in:
parent
a5528e1c02
commit
f2888e2b32
@ -32,6 +32,7 @@
|
||||
|
||||
import $ from 'jquery';
|
||||
|
||||
import 'jquery-ui/themes/base/button.css';
|
||||
import 'jquery-ui/themes/base/core.css';
|
||||
import 'jquery-ui/themes/base/dialog.css';
|
||||
import 'jquery-ui/themes/base/theme.css';
|
||||
|
@ -73,10 +73,6 @@ module.exports = (env, args) => {
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
test: /\.png$/,
|
||||
use: ['file-loader'],
|
||||
},
|
||||
{
|
||||
// Load css and then in-line in head
|
||||
test: /\.css$/,
|
||||
|
Loading…
x
Reference in New Issue
Block a user