MediaWiki:Gadget-musicMap.css

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.
 1 path.leaflet-interactive {
 2 	stroke: #38f;
 3 	fill: #38f;
 4 	fill-opacity: 0.3;
 5 	opacity: 0.75;
 6 }
 7 path.leaflet-interactive:hover {
 8 	fill: #16d;
 9 }
10 
11 path.leaflet-interactive.unlocked {
12 	fill: #6d6;
13 }
14 
15 path.leaflet-interactive.unlocked:hover {
16 	fill: #3b3;
17 }
18 
19 path.leaflet-interactive:active {
20     fill-opacity: 0.25;
21 }