1
0
mirror of https://github.com/videojs/video.js.git synced 2025-01-02 06:32:07 +02:00

@gkatsev updated opacity of caption settings background color. closes #2573

This commit is contained in:
Gary Katsevman 2015-09-09 14:19:50 -04:00
parent 0b5f41c466
commit 0341ec12ad
2 changed files with 2 additions and 1 deletions

View File

@ -122,6 +122,7 @@ CHANGELOG
* @heff fixed event bubbling in IE8 ([view](https://github.com/videojs/video.js/pull/2563))
* @heff cleaned up internal duration handling ([view](https://github.com/videojs/video.js/pull/2552))
* @heff fixed the UI for live streams ([view](https://github.com/videojs/video.js/pull/2557))
* @gkatsev updated opacity of caption settings background color ([view](https://github.com/videojs/video.js/pull/2573))
--------------------

View File

@ -2,7 +2,7 @@
position: relative;
top: 1em;
background-color: $primary-bg;
opacity: 0.75;
background-color: rgba($primary-bg, 0.75);
color: $primary-text;
margin: 0 auto;
padding: 0.5em;