From 600718546db4abfcd51652c3aa5d115f638e9dbb Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Tue, 30 Apr 2013 15:39:30 -0400 Subject: [PATCH] better play button styles --- dashboard-ui/css/detailtable.css | 12 ++++++++++++ dashboard-ui/scripts/librarybrowser.js | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/dashboard-ui/css/detailtable.css b/dashboard-ui/css/detailtable.css index 5e7a308e7..d25291203 100644 --- a/dashboard-ui/css/detailtable.css +++ b/dashboard-ui/css/detailtable.css @@ -57,6 +57,18 @@ display: none; } +.detailTable .btnPlay { + border: 0; + padding: 0; + margin: 0; + background: none; + cursor: pointer; +} + + .detailTable .btnPlay:hover { + opacity: .6; + } + @media all and (min-width: 750px) { .tabletColumn { display: table-cell; diff --git a/dashboard-ui/scripts/librarybrowser.js b/dashboard-ui/scripts/librarybrowser.js index f499cd8b5..39c630bd5 100644 --- a/dashboard-ui/scripts/librarybrowser.js +++ b/dashboard-ui/scripts/librarybrowser.js @@ -237,7 +237,7 @@ html += ''; - html += ''; + html += ''; var num = item.IndexNumber;