diff --git a/static/skin/index.css b/static/skin/index.css
index 6f228ea0c..967a283f9 100644
--- a/static/skin/index.css
+++ b/static/skin/index.css
@@ -182,6 +182,7 @@ body {
#uiLanguageSelectorButton {
margin: 0 12px 0 0;
float: right;
+ cursor: pointer;
}
.book__list {
diff --git a/static/skin/taskbar.css b/static/skin/taskbar.css
index b67e9b9ee..059c73e5d 100644
--- a/static/skin/taskbar.css
+++ b/static/skin/taskbar.css
@@ -200,6 +200,7 @@ a.suggest, a.suggest:visited, a.suggest:hover, a.suggest:active {
#uiLanguageSelectorButton {
margin: 0px 12px 6px 12px;
float: right;
+ cursor: pointer;
}
@media(min-width:420px) {
diff --git a/static/templates/index.html b/static/templates/index.html
index 15aff898d..ffa852318 100644
--- a/static/templates/index.html
+++ b/static/templates/index.html
@@ -53,7 +53,10 @@
aria-label="Library OPDS Feed"
title="Library OPDS Feed">
-
+