diff --git a/Gruntfile.js b/Gruntfile.js index b48e9ff1c..3951d93c1 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -24,7 +24,7 @@ module.exports = function(grunt) { tasks: ['markdown'] }, scripts: { - files: ['**/*.js', '**/*.html', '!**/node_modules/**', '!browser/bundle.js', '!browser/testdata.js', '!lib/**js', '!browser/vendor-bundle.js', '!js/copayBundle.js'], + files: ['*.js', '**/*.js', '*.html', '!**/node_modules/**', '!lib/**js', '!browser/vendor-bundle.js', '!js/copayBundle.js'], tasks: ['shell'], }, }, diff --git a/css/main.css b/css/main.css index 635c5efb2..869544273 100644 --- a/css/main.css +++ b/css/main.css @@ -245,3 +245,8 @@ button.secondary:hover { background-color: #FFDF00 !important;} .br100 {border-radius: 100%;} +input.ng-dirty.ng-invalid { + border: 2px red solid; +} + + diff --git a/index.html b/index.html index fb498ba3a..5f4278b34 100644 --- a/index.html +++ b/index.html @@ -14,7 +14,7 @@