mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
commit
044d05535b
4
src/app/panels/bettermap/module.css
Normal file
4
src/app/panels/bettermap/module.css
Normal file
@ -0,0 +1,4 @@
|
||||
/** custom additions **/
|
||||
.leaflet-marker-icon {
|
||||
color: #333;
|
||||
}
|
@ -15,6 +15,7 @@ define([
|
||||
'./leaflet/leaflet-src',
|
||||
'require',
|
||||
|
||||
'css!./module.css',
|
||||
'css!./leaflet/leaflet.css',
|
||||
'css!./leaflet/plugins.css'
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user