Skip to content

Commit

Permalink
fix color bugs dunring verif
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienCoyard committed Aug 26, 2016
1 parent 93b4eba commit eb46f97
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/addInstance.vue
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,8 @@
document.getElementById('saveTechnicalExists').style.display = 'none';
}
else {
document.getElementById('inputProject').style.backgroundColor='#FFCDD2';
document.getElementById('inputStudy').style.backgroundColor='#FFCDD2';
document.getElementById('technicalNameExists').style.display = 'block';
document.getElementById('save').style.display = 'none';
document.getElementById('saveTechnicalExists').style.display = 'block';
Expand Down

0 comments on commit eb46f97

Please sign in to comment.