Avoid confusion with the progress colors. Ppl think they tell them whether they have answered right or wrong.

d3summaryChart
Svein-Tore Griff With 2013-01-26 15:58:06 +01:00
parent c17e35eb9b
commit 5832446bc6
1 changed files with 3 additions and 5 deletions

View File

@ -30,15 +30,13 @@
width: 10px;
height: 10px;
border-radius: 50%;
}
.progress-dot.unanswered {
background: darkred;
border: 1px solid #494949;
}
.progress-dot.answered {
background: darkgreen;
background: #494949;
}
.progress-dot.current {
box-shadow: 0px 0px 6px firebrick;
box-shadow: 0px 0px 6px #494949;
}
.intro-page {
/*background-color: rgba(255,255,255,0.9);*/