swapped inner and outer colors for user location
This commit is contained in:
parent
5c30743531
commit
508b183c4f
2
Makefile
2
Makefile
@ -1,4 +1,4 @@
|
|||||||
default: mklocal
|
default: mkmobile
|
||||||
|
|
||||||
local: mklocal
|
local: mklocal
|
||||||
mobile: mkmobile
|
mobile: mkmobile
|
||||||
|
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user