Okay, making the theme of video.js consistent with the theme we had previous

This commit sponsored by Christian Sasso.  Thank you!
This commit is contained in:
Christopher Allan Webber 2013-09-29 11:56:48 -05:00
parent 515e3bd9af
commit cfb7a4953d

View File

@ -40,12 +40,8 @@
margin: -1.5em auto auto -2em; margin: -1.5em auto auto -2em;
} }
.vjs-play-progress, .vjs-volume-level { .vjs-play-progress, .vjs-volume-level {
background-color: #561792 !important; background-color: #86D4B1 !important;
} }
.vjs-default-skin {
color: #a59ead !important;
}
</style> </style>
{%- endblock %} {%- endblock %}