mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Fixed: Theme color for poster control background
This commit is contained in:
@@ -78,7 +78,7 @@ $hoverScale: 1.05;
|
|||||||
left: 10px;
|
left: 10px;
|
||||||
z-index: 3;
|
z-index: 3;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
background-color: #4f566f;
|
background-color: #707070;
|
||||||
color: $white;
|
color: $white;
|
||||||
font-size: $smallFontSize;
|
font-size: $smallFontSize;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
|
@@ -164,8 +164,8 @@ module.exports = {
|
|||||||
popoverShadowColor: 'rgba(0, 0, 0, 0.2)',
|
popoverShadowColor: 'rgba(0, 0, 0, 0.2)',
|
||||||
popoverArrowBorderColor: '#fff',
|
popoverArrowBorderColor: '#fff',
|
||||||
|
|
||||||
popoverTitleBackgroundInverseColor: '#3a3f51',
|
popoverTitleBackgroundInverseColor: '#595959',
|
||||||
popoverTitleBorderInverseColor: '#4f566f',
|
popoverTitleBorderInverseColor: '#707070',
|
||||||
popoverShadowInverseColor: 'rgba(0, 0, 0, 0.2)',
|
popoverShadowInverseColor: 'rgba(0, 0, 0, 0.2)',
|
||||||
popoverArrowBorderInverseColor: 'rgba(58, 63, 81, 0.75)',
|
popoverArrowBorderInverseColor: 'rgba(58, 63, 81, 0.75)',
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user