forked from mirrors/easyappointments
Added hover color to the captcha title refresh icon.
This commit is contained in:
parent
f62e4df9f1
commit
5f75c029eb
1 changed files with 9 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue