lilei 3 år sedan
förälder
incheckning
f942f6239c
1 ändrade filer med 6 tillägg och 2 borttagningar
  1. 6 2
      src/components/custom.less

+ 6 - 2
src/components/custom.less

@@ -149,16 +149,20 @@ body{
       padding: 2px 4px!important;
       color: #000!important;
     }
+    &:hover{
+      td{
+        background: #ffb60a!important;
+      }
+    }
   }
   .ant-pagination.ant-table-pagination{
     margin: 10px 0 0;
   }
-  .ant-table-small > .ant-table-content .ant-table-body{
+  .ant-table-small > .ant-table-content .ant-table-body,.ant-table-fixed-right{
     margin: 0;
     tr:hover{
       td{
         background: #ffb60a;
-        color: #fff;
       }
     }
   }