forked from mirrors/easyappointments
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;
|
||||
}
|
||||
|
||||
li.language {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
li.language:hover {
|
||||
cursor: pointer;
|
||||
color: #005580;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue