Fixed: Theme color for poster control background

pull/2/head
Qstick 5 years ago
parent 08b642575f
commit 64ec751938

@ -78,7 +78,7 @@ $hoverScale: 1.05;
left: 10px;
z-index: 3;
border-radius: 4px;
background-color: #4f566f;
background-color: #707070;
color: $white;
font-size: $smallFontSize;
opacity: 0;

@ -164,8 +164,8 @@ module.exports = {
popoverShadowColor: 'rgba(0, 0, 0, 0.2)',
popoverArrowBorderColor: '#fff',
popoverTitleBackgroundInverseColor: '#3a3f51',
popoverTitleBorderInverseColor: '#4f566f',
popoverTitleBackgroundInverseColor: '#595959',
popoverTitleBorderInverseColor: '#707070',
popoverShadowInverseColor: 'rgba(0, 0, 0, 0.2)',
popoverArrowBorderInverseColor: 'rgba(58, 63, 81, 0.75)',

Loading…
Cancel
Save