mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 10:02:33 +03:00
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;
|
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 {
|
#book-appointment-wizard .captcha-image {
|
||||||
float: right;
|
float: right;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
|
|
Loading…
Reference in a new issue