From 508b183c4f16c265473b1d2afed69b84c4c4efce Mon Sep 17 00:00:00 2001 From: fkloft Date: Thu, 12 Dec 2013 19:03:06 +0100 Subject: [PATCH] swapped inner and outer colors for user location --- Makefile | 2 +- mobile/plugins/user-location.css | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index c2f82707..decec61a 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -default: mklocal +default: mkmobile local: mklocal mobile: mkmobile diff --git a/mobile/plugins/user-location.css b/mobile/plugins/user-location.css index c67b4c5e..52d79f88 100644 --- a/mobile/plugins/user-location.css +++ b/mobile/plugins/user-location.css @@ -15,13 +15,13 @@ } .user-location .res .inner { - background-color: #0088b3; - border-color: #0088b3; + background-color: #03baf4; + border-color: #03baf4; } .user-location .res .outer { - background-color: #03baf4; - border-color: #03baf4; + background-color: #0088b3; + border-color: #0088b3; } .user-location .enl .inner {