Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaria Volvenkova <d.volvenkova@corp.mail.ru>2017-06-28 02:02:13 +0300
committerRoman Kuznetsov <r.kuznetsow@gmail.com>2017-06-28 13:36:32 +0300
commit4f7c4d9981af75c4cbd24fc9c1195cf7deda1268 (patch)
tree380b01edff690888d03e9d199159b6bcda53a362 /data/styles
parentd83bd7c462ef834d86a04e0c383cdad59c6390c4 (diff)
Default color of a track moved to the styles.
Diffstat (limited to 'data/styles')
-rwxr-xr-xdata/styles/clear/style-clear/style.mapcss1
-rw-r--r--data/styles/clear/style-night/style.mapcss1
-rw-r--r--data/styles/vehicle/style-clear/style.mapcss1
-rwxr-xr-xdata/styles/vehicle/style-night/style.mapcss1
4 files changed, 4 insertions, 0 deletions
diff --git a/data/styles/clear/style-clear/style.mapcss b/data/styles/clear/style-clear/style.mapcss
index 0c1eb632c4..5f02ffe598 100755
--- a/data/styles/clear/style-clear/style.mapcss
+++ b/data/styles/clear/style-clear/style.mapcss
@@ -70,4 +70,5 @@ colors
PoiHotelTextOutline-opacity: 0.6;
PoiDeletedMask-color: #FFFFFF;
PoiDeletedMask-opacity: 0.3;
+ DefaultTrackColor-color: #1E96F0;
}
diff --git a/data/styles/clear/style-night/style.mapcss b/data/styles/clear/style-night/style.mapcss
index 17f6c9ca0e..1c6bf57333 100644
--- a/data/styles/clear/style-night/style.mapcss
+++ b/data/styles/clear/style-night/style.mapcss
@@ -70,4 +70,5 @@ colors
PoiHotelTextOutline-opacity: 0.6;
PoiDeletedMask-color: #FFFFFF;
PoiDeletedMask-opacity: 0.3;
+ DefaultTrackColor-color: #1E96F0;
}
diff --git a/data/styles/vehicle/style-clear/style.mapcss b/data/styles/vehicle/style-clear/style.mapcss
index f5ffb36a32..bdd77b8d87 100644
--- a/data/styles/vehicle/style-clear/style.mapcss
+++ b/data/styles/vehicle/style-clear/style.mapcss
@@ -70,4 +70,5 @@ colors
PoiHotelTextOutline-opacity: 0.6;
PoiDeletedMask-color: #FFFFFF;
PoiDeletedMask-opacity: 0.3;
+ DefaultTrackColor-color: #1E96F0;
}
diff --git a/data/styles/vehicle/style-night/style.mapcss b/data/styles/vehicle/style-night/style.mapcss
index aad2861ea0..bb1cfd1e9f 100755
--- a/data/styles/vehicle/style-night/style.mapcss
+++ b/data/styles/vehicle/style-night/style.mapcss
@@ -70,4 +70,5 @@ colors
PoiHotelTextOutline-opacity: 0.6;
PoiDeletedMask-color: #FFFFFF;
PoiDeletedMask-opacity: 0.3;
+ DefaultTrackColor-color: #1E96F0;
}