mirror of
https://github.com/magicbug/Cloudlog
synced 2026-08-13 17:49:35 -04:00
reduce highlight map line on dark theme
This commit is contained in:
parent
e19f9bcd07
commit
c4e18035ca
4 changed files with 19 additions and 7 deletions
|
|
@ -47,7 +47,10 @@ path.grid-worked {
|
|||
}
|
||||
|
||||
#map,
|
||||
#qsomap {
|
||||
#qsomap,
|
||||
#mapqso,
|
||||
#gridsquare_map,
|
||||
#custommap {
|
||||
background-color: #2e3e50;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -41,8 +41,11 @@ path.grid-worked {
|
|||
}
|
||||
|
||||
#map,
|
||||
#qsomap {
|
||||
background-color: #000;
|
||||
#qsomap,
|
||||
#mapqso,
|
||||
#gridsquare_map,
|
||||
#custommap {
|
||||
background-color: #2d3537;
|
||||
}
|
||||
|
||||
.leaflet-popup-content h3 {
|
||||
|
|
|
|||
|
|
@ -59,8 +59,11 @@ path.grid-worked {
|
|||
}
|
||||
|
||||
#map,
|
||||
#qsomap {
|
||||
background-color: #222;
|
||||
#qsomap,
|
||||
#mapqso,
|
||||
#gridsquare_map,
|
||||
#custommap {
|
||||
background-color: #343d3f;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
|
|
@ -47,8 +47,11 @@ path.grid-worked {
|
|||
}
|
||||
|
||||
#map,
|
||||
#qsomap {
|
||||
background-color: #2e3e50;
|
||||
#qsomap,
|
||||
#mapqso,
|
||||
#gridsquare_map,
|
||||
#custommap {
|
||||
background-color: #353c4a;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue