diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2013-09-29 11:56:48 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2013-09-29 11:57:26 -0500 |
commit | cfb7a4953d1d04f46e34a1859b4865827a43570d (patch) | |
tree | 220014e83586dfc4ae1a91dd5a3a115d774a88ea | |
parent | 515e3bd9af4f32b49d234ed001fc1e7e249e9030 (diff) | |
download | mediagoblin-cfb7a4953d1d04f46e34a1859b4865827a43570d.tar.lz mediagoblin-cfb7a4953d1d04f46e34a1859b4865827a43570d.tar.xz mediagoblin-cfb7a4953d1d04f46e34a1859b4865827a43570d.zip |
Okay, making the theme of video.js consistent with the theme we had previous
This commit sponsored by Christian Sasso. Thank you!
-rw-r--r-- | mediagoblin/templates/mediagoblin/media_displays/video.html | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/mediagoblin/templates/mediagoblin/media_displays/video.html b/mediagoblin/templates/mediagoblin/media_displays/video.html index c6f770c1..9386ffcf 100644 --- a/mediagoblin/templates/mediagoblin/media_displays/video.html +++ b/mediagoblin/templates/mediagoblin/media_displays/video.html @@ -40,12 +40,8 @@ margin: -1.5em auto auto -2em; } .vjs-play-progress, .vjs-volume-level { - background-color: #561792 !important; + background-color: #86D4B1 !important; } - .vjs-default-skin { - color: #a59ead !important; - } - </style> {%- endblock %} |