From b3f14153d2f7288519ab6b3fb4ab16bce673e387 Mon Sep 17 00:00:00 2001 From: emeric Date: Tue, 1 Sep 2020 13:42:17 +0200 Subject: [PATCH] Added some color transitions, ref #82 --- approot/artist.xml | 4 ++-- approot/artists.xml | 4 ++-- approot/explore.xml | 4 ++-- approot/mediaplayer.xml | 8 ++++---- approot/playqueue.xml | 16 ++++++++-------- approot/release.xml | 4 ++-- approot/releases.xml | 4 ++-- approot/templates.xml | 14 +++++++------- approot/tracks.xml | 4 ++-- docroot/css/lms-darkly.css | 4 ---- docroot/css/lms.css | 16 +++++++++++----- 11 files changed, 42 insertions(+), 40 deletions(-) diff --git a/approot/artist.xml b/approot/artist.xml index 3e7bca0a..301682b6 100644 --- a/approot/artist.xml +++ b/approot/artist.xml @@ -24,7 +24,7 @@

${tr:Lms.Explore.links}

- ${mbid-link class="text-muted"} + ${mbid-link class="Lms-btn text-muted"}
${} @@ -41,7 +41,7 @@
${name class="Lms-releasename text-primary"}
- ${}
${artist class="Lms-artistname text-muted"}
${
} + ${}
${artist class="Lms-btn Lms-artistname text-muted"}
${
}
${}${year}${}${} (${orig-year})${}
diff --git a/approot/artists.xml b/approot/artists.xml index 83d44747..70516b79 100644 --- a/approot/artists.xml +++ b/approot/artists.xml @@ -18,13 +18,13 @@
-

${name class="Lms-artistname text-primary"}

+

${name class="Lms-btn Lms-artistname text-primary"}

- ${name class="Lms-artistname text-primary"} + ${name class="Lms-btn Lms-artistname text-primary"}
diff --git a/approot/explore.xml b/approot/explore.xml index 80881197..a1a84291 100644 --- a/approot/explore.xml +++ b/approot/explore.xml @@ -5,8 +5,8 @@ ${contents class="Lms-explore-contents"} - - + + ${add-filter class="btn-sm btn-info"} ${clusters class="Lms-explore-clusters"} diff --git a/approot/mediaplayer.xml b/approot/mediaplayer.xml index 452dfd32..1d0c8990 100644 --- a/approot/mediaplayer.xml +++ b/approot/mediaplayer.xml @@ -16,11 +16,11 @@
- +
diff --git a/approot/playqueue.xml b/approot/playqueue.xml index 3fb28e46..2eeb3268 100644 --- a/approot/playqueue.xml +++ b/approot/playqueue.xml @@ -2,10 +2,10 @@ - - - - + + + +
@@ -21,8 +21,8 @@
- - + +
@@ -34,7 +34,7 @@
${name}
${} - ${}${release class="Lms-releasename text-primary"}${} + ${}${release class="Lms-btn Lms-releasename text-primary"}${} ${}${artists}${} ${}
@@ -50,7 +50,7 @@ - ${artist class="Lms-artistname text-muted"} + ${artist class="Lms-btn Lms-artistname text-muted"} diff --git a/approot/release.xml b/approot/release.xml index cb49ffd7..78f93245 100644 --- a/approot/release.xml +++ b/approot/release.xml @@ -14,7 +14,7 @@

${name}

- ${}

${artist class="Lms-artistname text-muted"}

${
} + ${}

${artist class="Lms-btn Lms-artistname text-muted"}

${
}
${}${year}${}${} (${orig-year})${}
${clusters} ${play-btn}${more-btn} @@ -45,7 +45,7 @@

${tr:Lms.Explore.links}

- ${mbid-link class="text-muted"} + ${mbid-link class="Lms-btn text-muted"}
${} diff --git a/approot/releases.xml b/approot/releases.xml index 430e48dd..3d9ec83c 100644 --- a/approot/releases.xml +++ b/approot/releases.xml @@ -21,8 +21,8 @@ ${cover}
-
${release-name class="Lms-releasename text-primary"}
-
${}${year}${}${}${artist-name class="Lms-artistname text-muted"}${}
+
${release-name class="Lms-btn Lms-releasename text-primary"}
+
${}${year}${}${}${artist-name class="Lms-btn Lms-artistname text-muted"}${}
diff --git a/approot/templates.xml b/approot/templates.xml index 2145b7f7..5be1e07d 100644 --- a/approot/templates.xml +++ b/approot/templates.xml @@ -11,17 +11,17 @@ - ${title class="navbar-brand"} + ${title class="navbar-brand Lms-btn"}