badguardhome/client/src/components/ui/ReactTable.css

18 lines
250 B
CSS
Raw Normal View History

2018-08-30 14:25:33 +00:00
.ReactTable .rt-th,
.ReactTable .rt-td {
padding: 10px 15px;
2018-09-04 09:43:13 +00:00
overflow: visible;
}
.ReactTable .rt-tbody {
overflow: visible;
}
2018-09-04 09:43:13 +00:00
.rt-tr-group .red {
background-color: #fff4f2;
2018-08-30 14:25:33 +00:00
}
.rt-tr-group .green {
background-color: #f1faf3;
}