diff options
author | Dedmen Miller | 2019-12-28 02:42:13 +0100 |
---|---|---|
committer | Andreas Hubel | 2019-12-28 02:42:13 +0100 |
commit | 4e9d664028507256e3d53b737bfa3b97541656c9 (patch) | |
tree | 69079d0ff409db24960b3648d0ede8bb24e3c556 /assets/css | |
parent | 72278c8da7e5fdc637a6fc4358f5025470a0d0b2 (diff) |
Change play button color (#90)
* Change play button color
Diffstat (limited to 'assets/css')
-rw-r--r-- | assets/css/_relive.less | 11 |
1 files changed, 11 insertions, 0 deletions
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; + } + } } |