]> git.openstreetmap.org Git - nominatim-ui.git/commitdiff
detail page address list: better gray-out when line is not used
authorMarc Tobias <mtmail@gmx.net>
Thu, 17 Feb 2022 12:48:32 +0000 (13:48 +0100)
committermtmail <mtmail@gmx.net>
Thu, 17 Feb 2022 12:54:05 +0000 (13:54 +0100)
src/components/DetailsOneRow.svelte

index ccc38cf01c9d8c51b22064d2676bf3021180f684..67c5152be865481d5b7b3119103b07bd8e24a332 100644 (file)
@@ -38,8 +38,8 @@
 </tr>
 
 <style>
-  .notused {
-    color:#ddd;
+  .notused td {
+    color: #ccc;
   }
 
   td {