Skip to content

Commit

Permalink
refactor(lineMaps): change colors
Browse files Browse the repository at this point in the history
  • Loading branch information
SashaSkywalker committed Feb 18, 2016
1 parent a353400 commit ae5677e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/app/pages/maps/map-lines/MapLinesPageCtrl.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
linkToObject: 'london',
images: [ {
id: 'london',
color: layoutColors.primaryDark,
color: layoutColors.warningBg,
svgPath: targetSVG,
title: 'London',
latitude: 51.5002,
Expand Down Expand Up @@ -85,7 +85,7 @@
label: 'show flights from Vilnius',
left: 106,
top: 70,
labelColor: layoutColors.primaryDark,
labelColor: layoutColors.warningBg,
labelRollOverColor: layoutColors.danger,
labelFontSize: 11,
linkToObject: 'vilnius'
Expand All @@ -94,7 +94,7 @@

{
id: 'vilnius',
color: layoutColors.primaryDark,
color: layoutColors.warningBg,
svgPath: targetSVG,
title: 'Vilnius',
latitude: 54.6896,
Expand Down Expand Up @@ -153,7 +153,7 @@
label: 'show flights from London',
left: 106,
top: 70,
labelColor: layoutColors.primaryDark,
labelColor: layoutColors.warningBg,
labelRollOverColor: layoutColors.danger,
labelFontSize: 11,
linkToObject: 'london'
Expand Down Expand Up @@ -248,13 +248,13 @@
},

areasSettings: {
unlistedAreasColor: layoutColors.warning
unlistedAreasColor: layoutColors.info
},

imagesSettings: {
color: layoutColors.danger,
rollOverColor: layoutColors.danger,
selectedColor: layoutColors.primaryDark
selectedColor: layoutColors.warningBg
},

linesSettings: {
Expand Down

0 comments on commit ae5677e

Please sign in to comment.