X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/a28b98721264a665d376b91c69f5da9fc8db6ef7..ee7878b288b8d7b018a76988305ed8efe6375866:/public/potlatch2/stylesheets/potlatch.css diff --git a/public/potlatch2/stylesheets/potlatch.css b/public/potlatch2/stylesheets/potlatch.css index 625d5462f..34fd3bc4a 100644 --- a/public/potlatch2/stylesheets/potlatch.css +++ b/public/potlatch2/stylesheets/potlatch.css @@ -18,3 +18,11 @@ way .area_small_name {text-color: black; font-size: 9; text: name; text-halo: #ffffaa; text-halo-radius: 2; text-position: center;} @import("stylesheets/core_interactive.css"); +/* Test rendering for licence status */ + +way[_status=no]::status { z-index: 0; width: 20; color: red; } +way[_status=partial]::status { z-index: 0; width: 20; color: red; opacity: 0.4; } +way[_status=unsure]::status { z-index: 0; width: 20; color: orange; opacity: 0.4; } +node[_status=no]::status { z-index: 0; icon-image: square; icon-width: 15; color: red; } +node[_status=partial]::status { z-index: 0; icon-image: square; icon-width: 15; color: red; opacity: 0.4; } +node[_status=unsure]::status { z-index: 0; icon-image: square; icon-width: 15; color: orange; opacity: 0.4; }