diff --git a/app/static/css/main.css b/app/static/css/main.css
index 5ebfe14..728093b 100644
--- a/app/static/css/main.css
+++ b/app/static/css/main.css
@@ -124,6 +124,13 @@ h3.header {
cursor: pointer;
}
+.btn-blue {
+ color: #42A5F5;
+}
+.btn-action:disabled {
+ color: #777;
+}
+
.btn-action span {
padding-right: 0.5rem;
}
diff --git a/app/templates/index.html b/app/templates/index.html
index 1f6154f..758a2b9 100644
--- a/app/templates/index.html
+++ b/app/templates/index.html
@@ -126,7 +126,7 @@
-
+
@@ -134,11 +134,11 @@
+
+
@@ -147,24 +147,26 @@
-
+
+
-
-
@@ -346,7 +348,7 @@
if (this.charactersLimit !== -1 && this.inputText.length >= this.charactersLimit){
this.inputText = this.inputText.substring(0, this.charactersLimit);
}
-
+
// Update "selected" attribute (to overcome a vue.js limitation)
// but properly display checkmarks on supported browsers.
// Also change the