changeset 2372:20e4efa64320

client: improved row colors in identify box
author Markus Kottlaender <markus@intevation.de>
date Thu, 21 Feb 2019 15:51:56 +0100
parents 045bac575294
children 4aabbf324e55
files client/src/components/identify/Identify.vue
diffstat 1 files changed, 7 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/identify/Identify.vue	Thu Feb 21 15:22:10 2019 +0100
+++ b/client/src/components/identify/Identify.vue	Thu Feb 21 15:51:56 2019 +0100
@@ -85,8 +85,13 @@
 .features {
   max-height: 19rem;
   overflow-y: auto;
-  small:nth-child(even) {
-    background: #f2f2f2;
+  small {
+    &:nth-child(even) {
+      background: #f8f8f8;
+    }
+    &:hover {
+      background: #eeeeee;
+    }
   }
 }