X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/a28b98721264a665d376b91c69f5da9fc8db6ef7..bd7a912aa69237cec34c711aefb9454360b094a8:/public/potlatch2/stylesheets/core_relations.css diff --git a/public/potlatch2/stylesheets/core_relations.css b/public/potlatch2/stylesheets/core_relations.css index d1b2d5f6d..a2d5a7437 100644 --- a/public/potlatch2/stylesheets/core_relations.css +++ b/public/potlatch2/stylesheets/core_relations.css @@ -1,7 +1,8 @@ /* Route relations */ -relation[type=route] way { z-index: 1; width: 13; color: blue; opacity: 0.3; } -relation[type=route][route=bicycle][network=ncn] way { z-index: 1; width: 12; color: red; opacity: 0.3; } -relation[type=route][route=bicycle][network=rcn] way { z-index: 1; width: 12; color: cyan; opacity: 0.3; } -relation[type=route][route=bicycle][network=lcn] way { z-index: 1; width: 12; color: blue; opacity: 0.3; } -relation[type=route][route=foot] way { z-index: 1; width: 10; color: #80ff80; opacity: 0.6; } +relation[type=route] way::route { z-index: 1; width: 13; color: blue; opacity: 0.3; } +relation[type=route][route=bicycle][network=ncn] way::route { z-index: 1; width: 12; color: red; opacity: 0.3; } +relation[type=route][route=bicycle][network=rcn] way::route { z-index: 1; width: 12; color: cyan; opacity: 0.3; } +relation[type=route][route=bicycle][network=lcn] way::route { z-index: 1; width: 12; color: blue; opacity: 0.3; } +relation[type=route][route=mtb] way::route { z-index: 1; width: 12; color: brown; opacity: 0.3; } +relation[type=route][route=foot] way::route { z-index: 1; width: 10; color: #80ff80; opacity: 0.6; }