Skip to content

Commit

Permalink
Additional visual clue for unavailable steps: make icon grey on disab…
Browse files Browse the repository at this point in the history
…led steps.
  • Loading branch information
drsdre committed Oct 20, 2015
1 parent 18aa6ae commit 48e1a59
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion css/wizardwidget.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,12 @@ span.round-tab {
span.round-tab i{
color:#555555;
}
.wizard li.disabled span.round-tab i{
color:#e0e0e0;
}
.wizard li.active span.round-tab {
background: #fff;
border: 2px solid #5bc0de;

}
.wizard li.active span.round-tab i{
color: #5bc0de;
Expand Down

0 comments on commit 48e1a59

Please sign in to comment.