From 3bdafc74a2fe8eec37a163ba667872942a579f57 Mon Sep 17 00:00:00 2001 From: "r.kuznetsov" Date: Fri, 16 Nov 2018 20:14:21 +0300 Subject: [PATCH] Added new colors to the styles --- data/styles/clear/style-clear/style.mapcss | 1 + data/styles/clear/style-night/style.mapcss | 1 + data/styles/vehicle/style-clear/style.mapcss | 1 + data/styles/vehicle/style-night/style.mapcss | 1 + 4 files changed, 4 insertions(+) diff --git a/data/styles/clear/style-clear/style.mapcss b/data/styles/clear/style-clear/style.mapcss index c41792200a..49e71320d0 100755 --- a/data/styles/clear/style-clear/style.mapcss +++ b/data/styles/clear/style-clear/style.mapcss @@ -123,4 +123,5 @@ colors RatingExcellent-color: #3C8C3C; RatingLocalAds-color: #249CF2; RatingText-color: #FFFFFF; + UGCRatingText-color: #000000; } diff --git a/data/styles/clear/style-night/style.mapcss b/data/styles/clear/style-night/style.mapcss index efc422d370..61ce16a4f9 100644 --- a/data/styles/clear/style-night/style.mapcss +++ b/data/styles/clear/style-night/style.mapcss @@ -123,4 +123,5 @@ colors RatingExcellent-color: #3C8C3C; RatingLocalAds-color: #4BB9E6; RatingText-color: #FFFFFF; + UGCRatingText-color: #B8B8B8; } diff --git a/data/styles/vehicle/style-clear/style.mapcss b/data/styles/vehicle/style-clear/style.mapcss index 9a81f689a7..e8fe14d6f2 100644 --- a/data/styles/vehicle/style-clear/style.mapcss +++ b/data/styles/vehicle/style-clear/style.mapcss @@ -123,4 +123,5 @@ colors RatingExcellent-color: #3C8C3C; RatingLocalAds-color: #249CF2; RatingText-color: #FFFFFF; + UGCRatingText-color: #000000; } diff --git a/data/styles/vehicle/style-night/style.mapcss b/data/styles/vehicle/style-night/style.mapcss index e5204ca7ea..54d728ccfe 100755 --- a/data/styles/vehicle/style-night/style.mapcss +++ b/data/styles/vehicle/style-night/style.mapcss @@ -123,4 +123,5 @@ colors RatingExcellent-color: #3C8C3C; RatingLocalAds-color: #4BB9E6; RatingText-color: #FFFFFF; + UGCRatingText-color: #B8B8B8; }