Close #1817
Squashed commit of the following:
commit 203d52e9b23013cb516765c3d41c288f8ce9d90c
Merge: 5c78d918 205680b7
Author: ArtemBaskal <a.baskal@adguard.com>
Date: Fri Jul 3 11:15:28 2020 +0300
Merge branch 'master' into fix/1817
commit 5c78d918ee2901ff138d5d06046e74ed00dc230d
Author: ArtemBaskal <a.baskal@adguard.com>
Date: Thu Jul 2 17:50:59 2020 +0300
- client: Display DomainCell popover
31 lines
489 B
CSS
31 lines
489 B
CSS
.ReactTable .rt-th,
|
|
.ReactTable .rt-td {
|
|
padding: 10px 15px;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
|
|
.card-table .ReactTable .rt-td {
|
|
overflow: visible;
|
|
}
|
|
|
|
.ReactTable .rt-tbody {
|
|
overflow: visible;
|
|
}
|
|
|
|
.rt-tr-group.red {
|
|
background-color: rgba(223, 56, 18, 0.05);
|
|
}
|
|
|
|
.rt-tr-group.green {
|
|
background-color: rgba(103, 178, 121, 0.1);
|
|
}
|
|
|
|
.rt-tr-group.blue {
|
|
background-color: #e5effd;
|
|
}
|
|
|
|
.rt-tr-group.yellow {
|
|
background-color: var(--yellow-pale);
|
|
}
|