Merge pull request #666 from yrammos/fix_language_switch_on_legacy_browsers

Fix language-switch control on legacy browsers.
This commit is contained in:
Alex Tselegidis 2020-03-10 21:22:15 +01:00 committed by GitHub
commit 383b664664
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -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;
}