mirror of
https://github.com/videojs/video.js.git
synced 2025-01-19 10:54:16 +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 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 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))
|
* @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;
|
position: relative;
|
||||||
top: 1em;
|
top: 1em;
|
||||||
background-color: $primary-bg;
|
background-color: $primary-bg;
|
||||||
opacity: 0.75;
|
background-color: rgba($primary-bg, 0.75);
|
||||||
color: $primary-text;
|
color: $primary-text;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
padding: 0.5em;
|
padding: 0.5em;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user