$(e).html(html);
+
player = videojs(id, setup);
player.ready(function () {
//console.log(id + ' player is ready');
width: @w;
height: @w;
border-radius: 50%;
- border: 1px solid #333;
+ background-color: #987e52;
margin: 0 10px;
- color: #333;
+ color: #987e52;
font-size: 8px;
font-weight: bold;
padding: unit(@w/2, px);
text-align: center;
svg {
- color: #333;
+ color: #fff;
position: relative;
top: -3px;
left: -2px;
margin: 0 10px;
width: @w;
height: @w;
- background-color: #888a8c;
+ background-color: #999999;
border-radius: 50%;
position: relative;
top: -13px;
border: 3px solid #fff;
&:hover, &.active {
- background-color: #9a8155;
- border-color: #9a8155;
+ background-color: #987e52;
+ border-color: #987e52;
}
}
}
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: contain;
- background-color: #000000;
+ /*background-color: #000000;*/
cursor: pointer;
margin: 0;
padding: 0;