forked from mirrors/easyappointments
Tweak CSS to trigger click events on language-switch items.
This commit is contained in:
parent
14bbd793bf
commit
8664002ad8
1 changed files with 4 additions and 1 deletions
|
@ -192,8 +192,11 @@ body .ui-datepicker .ui-datepicker-buttonpane button {
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
li.language {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
li.language:hover {
|
li.language:hover {
|
||||||
cursor: pointer;
|
|
||||||
color: #005580;
|
color: #005580;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue