diff --git a/app/style.css b/app/style.css index 9d2638c..f343666 100644 --- a/app/style.css +++ b/app/style.css @@ -205,7 +205,7 @@ body height: 5%; } -.md-input-container +.md-input-container.downloader-input { width: 35%; } @@ -460,7 +460,7 @@ body .md-input-container { - /*width: 20%;*/ + width: 20%; } .field-group diff --git a/index.html b/index.html index 9acc826..78c21df 100644 --- a/index.html +++ b/index.html @@ -173,8 +173,7 @@
+ id="back-button" class="md-raised md-accent"> Back
@@ -251,7 +250,6 @@
diff --git a/renderer.js b/renderer.js index 9b5c425..9786e3c 100644 --- a/renderer.js +++ b/renderer.js @@ -35,7 +35,7 @@ Vue.material.registerTheme({ primary: 'white', accent: 'indigo', warn: 'deep-orange', - background: 'grey' + background: 'white' }, radio: { primary: 'white',