From 0d3758fc7a9449a9b1bb63b9784c0620598f95e9 Mon Sep 17 00:00:00 2001 From: "r.kuznetsov" Date: Fri, 8 Dec 2017 14:06:41 +0300 Subject: [PATCH] Added transit background to the styles --- data/styles/clear/style-clear/style.mapcss | 2 ++ data/styles/clear/style-night/style.mapcss | 2 ++ data/styles/vehicle/style-clear/style.mapcss | 2 ++ data/styles/vehicle/style-night/style.mapcss | 2 ++ 4 files changed, 8 insertions(+) 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; }