From caa1dac3a250bb6b307d64277d48ed4bf390b3d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois-Xavier=20Thomas?= Date: Thu, 9 Aug 2018 22:41:58 +0200 Subject: [PATCH] Use dark media player theme on groove theme (#777) --- airsonic-main/src/main/webapp/style/groove.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/airsonic-main/src/main/webapp/style/groove.css b/airsonic-main/src/main/webapp/style/groove.css index 1d49178d..bddfead7 100644 --- a/airsonic-main/src/main/webapp/style/groove.css +++ b/airsonic-main/src/main/webapp/style/groove.css @@ -13,7 +13,8 @@ * Main theme icon part of itunes icon pack created by Michael Flarup (http://pixelresort.com) */ -@import "default.css"; +@import "default-without-mediaelement.css"; +@import "mediaelement-dark.css"; /* The primary background colour. */ .bgcolor1, table.music tr:nth-of-type(even) {