Fixed problem with lingering help pop-overs. Issue was user would open help pop-over on a modal dialog and then close the dialog without first closing the help pop-over. Next time a dialog was presented, the lingering help pop-over would re-appear. This is now fixed.

This commit is contained in:
chouseknecht
2013-07-13 06:23:40 -04:00
parent 44f7ce42cc
commit dc6536bf90
6 changed files with 48 additions and 44 deletions

View File

@@ -126,7 +126,7 @@
text-decoration: none;
}
.help-link {
.help-link, .help-link:active, .help-link:visited {
color: #49afcd;
}