From 3a0e09442945233ff736da0474ff1f50539b8927 Mon Sep 17 00:00:00 2001 From: "r.kuznetsov" Date: Mon, 16 Apr 2018 18:08:08 +0300 Subject: [PATCH] Added new colors --- 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 e443b50148..d512a345f7 100755 --- a/data/styles/clear/style-clear/style.mapcss +++ b/data/styles/clear/style-clear/style.mapcss @@ -114,5 +114,6 @@ colors RatingNormal-color: #FFC800; RatingGood-color: #93BF39; RatingExcellent-color: #3C8C3C; + RatingLocalAds-color: #249CF2; RatingText-color: #FFFFFF; } diff --git a/data/styles/clear/style-night/style.mapcss b/data/styles/clear/style-night/style.mapcss index edf43b2bd8..945a2e317c 100644 --- a/data/styles/clear/style-night/style.mapcss +++ b/data/styles/clear/style-night/style.mapcss @@ -114,5 +114,6 @@ colors RatingNormal-color: #FFC800; RatingGood-color: #93BF39; RatingExcellent-color: #3C8C3C; + RatingLocalAds-color: #4BB9E6; RatingText-color: #FFFFFF; } diff --git a/data/styles/vehicle/style-clear/style.mapcss b/data/styles/vehicle/style-clear/style.mapcss index 26dd118f39..e73139cac1 100644 --- a/data/styles/vehicle/style-clear/style.mapcss +++ b/data/styles/vehicle/style-clear/style.mapcss @@ -114,5 +114,6 @@ colors RatingNormal-color: #FFC800; RatingGood-color: #93BF39; RatingExcellent-color: #3C8C3C; + RatingLocalAds-color: #249CF2; RatingText-color: #FFFFFF; } diff --git a/data/styles/vehicle/style-night/style.mapcss b/data/styles/vehicle/style-night/style.mapcss index 4bee567b17..57776a2917 100755 --- a/data/styles/vehicle/style-night/style.mapcss +++ b/data/styles/vehicle/style-night/style.mapcss @@ -114,5 +114,6 @@ colors RatingNormal-color: #FFC800; RatingGood-color: #93BF39; RatingExcellent-color: #3C8C3C; + RatingLocalAds-color: #4BB9E6; RatingText-color: #FFFFFF; }