Tiny fix in fontcolor
This commit is contained in:
parent
1e0690fed1
commit
88344a64c4
@ -69,6 +69,7 @@
|
|||||||
<None Include="config-example\settings.conf.example">
|
<None Include="config-example\settings.conf.example">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</None>
|
</None>
|
||||||
|
<None Include="..\CONTRIBUTING.md" />
|
||||||
<None Include="dpkg\control" />
|
<None Include="dpkg\control" />
|
||||||
<None Include="dpkg\create-Builds.bat" />
|
<None Include="dpkg\create-Builds.bat" />
|
||||||
<None Include="dpkg\loramap-logrotate" />
|
<None Include="dpkg\loramap-logrotate" />
|
||||||
@ -77,6 +78,7 @@
|
|||||||
<None Include="dpkg\postinst" />
|
<None Include="dpkg\postinst" />
|
||||||
<None Include="dpkg\preinst" />
|
<None Include="dpkg\preinst" />
|
||||||
<None Include="dpkg\prerm" />
|
<None Include="dpkg\prerm" />
|
||||||
|
<None Include="..\LICENSE" />
|
||||||
<None Include="resources\icons\marker\din1451m.woff">
|
<None Include="resources\icons\marker\din1451m.woff">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</None>
|
</None>
|
||||||
|
@ -40,7 +40,7 @@
|
|||||||
#bigmap .leaflet-map-pane .leaflet-marker-pane .mapsensor .wind {
|
#bigmap .leaflet-map-pane .leaflet-marker-pane .mapsensor .wind {
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
}
|
}
|
||||||
#bigmap .leaflet-map-pane .leaflet-marker-pane .mapsensor.alert {
|
#bigmap .leaflet-map-pane .leaflet-marker-pane .mapsensor.alert .wind {
|
||||||
color: red;
|
color: red;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user