MediaWiki:Gadget-musicMap.css

From Zeah RSPS - Wiki
Jump to navigation Jump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
path.leaflet-interactive {
	stroke: #38f;
	fill: #38f;
	fill-opacity: 0.3;
	opacity: 0.75;
}
path.leaflet-interactive:hover {
	fill: #16d;
}

path.leaflet-interactive.unlocked {
	fill: #6d6;
}

path.leaflet-interactive.unlocked:hover {
	fill: #3b3;
}

path.leaflet-interactive:active {
    fill-opacity: 0.25;
}