Allow enable/disable on create. Enabled=>Status header
[osm/UI.git] / skyquake / plugins / user_management / src / dashboard / userMgmt.scss
index a265f0d..f503b05 100644 (file)
         font-weight:bold;
     }
     &--data {
+        &:nth-child(even) {
+            background:$neutral-dark-0;
+        }
         &:hover:not(&-active) {
             background:$neutral-dark-1;
         }
             color:white;
         }
         .activeUser, &-active{
-            background: #00acee;
+            background: #00acee !important;
         }
     }