mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-22 16:02:54 +03:00
Merge pull request #666 from yrammos/fix_language_switch_on_legacy_browsers
Fix language-switch control on legacy browsers.
This commit is contained in:
commit
383b664664
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:hover {
|
li.language {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
|
li.language:hover {
|
||||||
color: #005580;
|
color: #005580;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue