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:
parent
0b5f41c466
commit
0341ec12ad
@ -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))
|
||||
|
||||
--------------------
|
||||
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user