From 4e9d664028507256e3d53b737bfa3b97541656c9 Mon Sep 17 00:00:00 2001 From: Dedmen Miller Date: Sat, 28 Dec 2019 02:42:13 +0100 Subject: Change play button color (#90) * Change play button color --- assets/css/_relive.less | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'assets/css') diff --git a/assets/css/_relive.less b/assets/css/_relive.less index 21b0144..aaa6de6 100644 --- a/assets/css/_relive.less +++ b/assets/css/_relive.less @@ -41,6 +41,17 @@ body.relive-player { max-width: 100%; height: auto !important; } + + //Change play button color from #FFF to grey. + .player-poster[data-poster] .play-wrapper[data-poster] svg path { + fill: #ccc; + } + + //Change loading indicator color from #FFF to grey. + .spinner-three-bounce[data-spinner] > div { + background-color: #ccc; + } + } } -- cgit v1.2.3