diff --git a/dashboard-ui/bower_components/emby-webcomponents/itemhovermenu/itemhovermenu.js b/dashboard-ui/bower_components/emby-webcomponents/itemhovermenu/itemhovermenu.js
index e17182f837..e820239ede 100644
--- a/dashboard-ui/bower_components/emby-webcomponents/itemhovermenu/itemhovermenu.js
+++ b/dashboard-ui/bower_components/emby-webcomponents/itemhovermenu/itemhovermenu.js
@@ -156,7 +156,7 @@
function onCardOverlayButtonsClick(e) {
- var button = dom.parentWithTag(e.target, 'BUTTON');
+ var button = dom.parentWithClass(e.target, 'btnUserData');
if (button) {
e.stopPropagation();
}
diff --git a/dashboard-ui/css/dashboard.css b/dashboard-ui/css/dashboard.css
index 432d404428..889a740117 100644
--- a/dashboard-ui/css/dashboard.css
+++ b/dashboard-ui/css/dashboard.css
@@ -239,7 +239,7 @@ html .ui-bar-a a,
html .ui-body-a a,
html body .ui-group-theme-a a {
color: #388E3C /*{a-link-color}*/;
- font-weight: bold;
+ font-weight: 500;
}
.ui-page-theme-a a:visited,
diff --git a/dashboard-ui/dashboard.html b/dashboard-ui/dashboard.html
index 7599ab9e12..7aa6b20a80 100644
--- a/dashboard-ui/dashboard.html
+++ b/dashboard-ui/dashboard.html
@@ -39,7 +39,7 @@
-
+ ${HowToConnectFromEmbyApps}