From 0f5a5086811ea4a50d2984680b203a96e090d10d Mon Sep 17 00:00:00 2001 From: emeric Date: Thu, 30 Aug 2018 15:13:28 +0200 Subject: [PATCH] Minor cosmetic changes --- docroot/css/lms.css | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) diff --git a/docroot/css/lms.css b/docroot/css/lms.css index 92322e6e..ae8924a4 100644 --- a/docroot/css/lms.css +++ b/docroot/css/lms.css @@ -2,6 +2,16 @@ body { margin-bottom: 16px; } +a, a:link, a:active, a:visited { + color: black; + text-decoration: none; + cursor: pointer; +} + +a:hover { + color: #337ab7; +} + .Lms-vertical-align { display: flex; align-items: center; @@ -9,6 +19,7 @@ body { .Lms-cluster { display: inline; + cursor: pointer; } .Lms-cluster-type-0 { @@ -84,23 +95,27 @@ body { .Lms-explore-release-cover { max-width: 100%; + border-radius: 8px; + box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4); } .Lms-explore-btn { font-size: 22px !important; + cursor: pointer; } .Lms-player { - position: fixed; - bottom: 0; - width: 100%; - height: 50px; - background-color: #f5f5f5; + position: fixed; + bottom: 0; + width: 100%; + height: 50px; + background-color: #f5f5f5; } .Lms-player-btn { font-size: 34px !important; margin: 8px; + cursor: pointer; }