Merge pull request #1125 from AndreasK79/css_superhero_map_tweak
[Superhero Theme] Tweaked CSS for map.
这个提交包含在:
当前提交
96c9766ed2
共有 1 个文件被更改,包括 7 次插入 和 6 次删除
|
|
@ -7,20 +7,21 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
.leaflet-tile {
|
.leaflet-tile {
|
||||||
filter: brightness(0.7) grayscale(0.6) !important;
|
filter: invert() hue-rotate(180deg) sepia(100%) hue-rotate(180deg) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
path.grid-rectangle {
|
path.grid-rectangle {
|
||||||
stroke: rgba(200, 200, 200, 0.5);
|
stroke: rgba(200, 200, 200, 0.5);
|
||||||
}
|
}
|
||||||
|
|
||||||
span.grid-text > font {
|
span.grid-text > font {
|
||||||
color: rgba(220, 220, 220, 0.85) !important;
|
color: rgba(220, 220, 220, 1) !important;
|
||||||
-webkit-text-stroke: 1px black !important;
|
-webkit-text-stroke: 0.6px black !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
path.grid-confirmed {
|
path.grid-confirmed {
|
||||||
fill: rgba(144, 238, 144, 0.3) !important;
|
fill: rgba(144, 238, 144, 0.4) !important;
|
||||||
stroke: rgba(144, 238, 144, 0.3) !important;
|
stroke: rgba(144, 238, 144, 0.4) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
path.grid-worked {
|
path.grid-worked {
|
||||||
|
|
@ -28,7 +29,7 @@ path.grid-worked {
|
||||||
stroke: rgba(220, 50, 50, 0.4) !important;
|
stroke: rgba(220, 50, 50, 0.4) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#map,
|
#map,
|
||||||
#qsomap{
|
#qsomap{
|
||||||
background-color: #2E3E50;
|
background-color: #2E3E50;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用