From 6f3e5f3c8537be37954ddc00c3b16970bca0d592 Mon Sep 17 00:00:00 2001 From: Richard Fairhurst Date: Fri, 10 Jun 2011 16:09:28 +0100 Subject: [PATCH] Correct the _status value --- resources/stylesheets/potlatch.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/stylesheets/potlatch.css b/resources/stylesheets/potlatch.css index 08864f66..39cc22ce 100644 --- a/resources/stylesheets/potlatch.css +++ b/resources/stylesheets/potlatch.css @@ -22,7 +22,7 @@ way .area_small_name {text-color: black; font-size: 9; text: name; text-halo: #f way[_status=no] { z-index: 0; width: 20; color: red; } way[_status=partial] { z-index: 0; width: 20; color: red; opacity: 0.4; } -way[_status=maybe] { z-index: 0; width: 20; color: orange; opacity: 0.3; } +way[_status=unsure] { z-index: 0; width: 20; color: orange; opacity: 0.4; } node[_status=no] { z-index: 0; icon-image: square; icon-width: 15; color: red; } node[_status=partial] { z-index: 0; icon-image: square; icon-width: 15; color: red; opacity: 0.4; } -node[_status=maybe] { z-index: 0; icon-image: square; icon-width: 15; color: orange; opacity: 0.3; } +node[_status=unsure] { z-index: 0; icon-image: square; icon-width: 15; color: orange; opacity: 0.4; } -- 2.30.0