diff --git a/data/styles/clear/style-clear/style.mapcss b/data/styles/clear/style-clear/style.mapcss index ffebebe1a5..330896bcc8 100755 --- a/data/styles/clear/style-clear/style.mapcss +++ b/data/styles/clear/style-clear/style.mapcss @@ -89,4 +89,6 @@ colors LocalAdsPrimaryTextOutline-color: #FFFFFF; LocalAdsSecondaryText-color: #000000; LocalAdsSecondaryTextOutline-color: #FFFFFF; + TransitBackground-color: #FFFFFF; + TransitBackground-opacity: 0.4; } diff --git a/data/styles/clear/style-night/style.mapcss b/data/styles/clear/style-night/style.mapcss index a142fa7a4f..7ce70bd555 100644 --- a/data/styles/clear/style-night/style.mapcss +++ b/data/styles/clear/style-night/style.mapcss @@ -89,4 +89,6 @@ colors LocalAdsPrimaryTextOutline-color: #000000; LocalAdsSecondaryText-color: #FFFFFF; LocalAdsSecondaryTextOutline-color: #000000; + TransitBackground-color: #000000; + TransitBackground-opacity: 0.4; } diff --git a/data/styles/vehicle/style-clear/style.mapcss b/data/styles/vehicle/style-clear/style.mapcss index 3cd5db5ad3..c6a47541b7 100644 --- a/data/styles/vehicle/style-clear/style.mapcss +++ b/data/styles/vehicle/style-clear/style.mapcss @@ -89,4 +89,6 @@ colors LocalAdsPrimaryTextOutline-color: #FFFFFF; LocalAdsSecondaryText-color: #000000; LocalAdsSecondaryTextOutline-color: #FFFFFF; + TransitBackground-color: #FFFFFF; + TransitBackground-opacity: 0.4; } diff --git a/data/styles/vehicle/style-night/style.mapcss b/data/styles/vehicle/style-night/style.mapcss index 7e8ab879ec..824f997ef9 100755 --- a/data/styles/vehicle/style-night/style.mapcss +++ b/data/styles/vehicle/style-night/style.mapcss @@ -89,4 +89,6 @@ colors LocalAdsPrimaryTextOutline-color: #000000; LocalAdsSecondaryText-color: #FFFFFF; LocalAdsSecondaryTextOutline-color: #000000; + TransitBackground-color: #000000; + TransitBackground-opacity: 0.4; }