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
|
||||
mobile: mkmobile
|
||||
|
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user