Tweak CSS to trigger click events on language-switch items.

This commit is contained in:
Yannis Rammos 2019-11-05 13:41:02 +02:00
parent 14bbd793bf
commit 8664002ad8
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;
}