Okay, making the theme of video.js consistent with the theme we had previous
authorChristopher Allan Webber <cwebber@dustycloud.org>
Sun, 29 Sep 2013 16:56:48 +0000 (11:56 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Sun, 29 Sep 2013 16:57:26 +0000 (11:57 -0500)
This commit sponsored by Christian Sasso.  Thank you!

mediagoblin/templates/mediagoblin/media_displays/video.html

index c6f770c1150f95ffc61024f093063a95bd1b487b..9386ffcf947628548aa4d70e210d81766e572ceb 100644 (file)
       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 %}