Browse Source

override selected table background (#252)

pull/1886/head
Meisam 5 years ago committed by GitHub
parent
commit
54932f533c
  1. 3
      web/styles/ant-overrides.scss

3
web/styles/ant-overrides.scss

@ -320,6 +320,9 @@ textarea.ant-input { @@ -320,6 +320,9 @@ textarea.ant-input {
.ant-table-tbody > tr.ant-table-row:hover > td {
background-color: var(--gray-dark);
}
.ant-table-tbody > tr.ant-table-row-selected > td {
background: var(--white-25);
}
.ant-empty {
color: var(--white-75);

Loading…
Cancel
Save