diff --git a/multi.html b/multi.html
index 5d9ba497..12a8672d 100644
--- a/multi.html
+++ b/multi.html
@@ -39,7 +39,7 @@ var formation = new Formation(teamsCount,5);
-
+
diff --git a/script.js b/script.js
index 781eafc9..732674d9 100644
--- a/script.js
+++ b/script.js
@@ -1841,8 +1841,12 @@ function refreshAll(formationData){
txtDetailDisplay.innerHTML = descriptionToHTML(txtDetail.value);
if (txtTitle.value.length == 0)
titleBox.classList.add("edit");
+ else
+ titleBox.classList.remove("edit");
if (txtDetail.value.length == 0)
detailBox.classList.add("edit");
+ else
+ detailBox.classList.remove("edit");
/*txtTitleDisplay.innerHTML = "";
txtTitleDisplay.appendChild(document.createTextNode(txtTitle.value));
txtDetailDisplay.innerHTML = "";
diff --git a/solo.html b/solo.html
index 10f7e6a0..ed60b515 100644
--- a/solo.html
+++ b/solo.html
@@ -38,7 +38,7 @@ var formation = new Formation(teamsCount,6);
-
+
diff --git a/style.css b/style.css
index bdbf51df..4a61d814 100644
--- a/style.css
+++ b/style.css
@@ -65,23 +65,25 @@ body{
padding: 1px;
margin: 0;
}
-.title:focus,.detail:focus{
+.formation-box .title:focus,
+.formation-box .detail:focus
+{
border: black solid 1px;;
background-color: #eee;
padding: 0;
}
-.title,
-.detail
+.formation-box .title,
+.formation-box .detail
{
display: none;
}
-.edit .title,
-.edit .detail
+.formation-box .edit .title,
+.formation-box .edit .detail
{
display: block;
}
-.edit .title-display,
-.edit .detail-display
+.formation-box .edit .title-display,
+.formation-box .edit .detail-display
{
display: none;
}
diff --git a/triple.html b/triple.html
index e3c829d1..17201ffa 100644
--- a/triple.html
+++ b/triple.html
@@ -11,7 +11,7 @@
-
+