swapped inner and outer colors for user location

This commit is contained in:
fkloft 2013-12-12 19:03:06 +01:00
parent 5c30743531
commit 508b183c4f
2 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
default: mklocal default: mkmobile
local: mklocal local: mklocal
mobile: mkmobile mobile: mkmobile

View File

@ -15,13 +15,13 @@
} }
.user-location .res .inner { .user-location .res .inner {
background-color: #0088b3; background-color: #03baf4;
border-color: #0088b3; border-color: #03baf4;
} }
.user-location .res .outer { .user-location .res .outer {
background-color: #03baf4; background-color: #0088b3;
border-color: #03baf4; border-color: #0088b3;
} }
.user-location .enl .inner { .user-location .enl .inner {