From f4473116d11ce188bd1b64e1954999684d23d95c Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Thu, 25 Aug 2016 14:24:54 -0400 Subject: [PATCH] fix hover menus --- .../itemhovermenu/itemhovermenu.js | 2 +- dashboard-ui/css/dashboard.css | 2 +- dashboard-ui/dashboard.html | 2 +- dashboard-ui/scripts/dashboardpage.js | 15 ++++++++++++++- dashboard-ui/strings/en-US.json | 3 ++- 5 files changed, 19 insertions(+), 5 deletions(-) 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}