Added hover color to the captcha title refresh icon.

This commit is contained in:
Alex Tselegidis 2015-11-23 23:02:08 +01:00
parent f62e4df9f1
commit 5f75c029eb
1 changed files with 9 additions and 0 deletions

View File

@ -187,6 +187,15 @@ body {
margin-top: 7px;
}
#book-appointment-wizard .captcha-title .glyphicon-refresh {
cursor: pointer;
transition: all 0.3s linear;
}
#book-appointment-wizard .captcha-title .glyphicon-refresh:hover {
color: #1A865F;
}
#book-appointment-wizard .captcha-image {
float: right;
margin-bottom: 20px;