diff --git a/apps/red-ui/src/app/modules/file-preview/dialogs/remove-redaction-dialog/remove-redaction-dialog.component.html b/apps/red-ui/src/app/modules/file-preview/dialogs/remove-redaction-dialog/remove-redaction-dialog.component.html index 9034e9ed8..e7468fd7a 100644 --- a/apps/red-ui/src/app/modules/file-preview/dialogs/remove-redaction-dialog/remove-redaction-dialog.component.html +++ b/apps/red-ui/src/app/modules/file-preview/dialogs/remove-redaction-dialog/remove-redaction-dialog.component.html @@ -11,7 +11,7 @@ - + diff --git a/apps/red-ui/src/app/modules/file-preview/dialogs/remove-redaction-dialog/remove-redaction-dialog.component.scss b/apps/red-ui/src/app/modules/file-preview/dialogs/remove-redaction-dialog/remove-redaction-dialog.component.scss index 78c516a5c..da4f7c52d 100644 --- a/apps/red-ui/src/app/modules/file-preview/dialogs/remove-redaction-dialog/remove-redaction-dialog.component.scss +++ b/apps/red-ui/src/app/modules/file-preview/dialogs/remove-redaction-dialog/remove-redaction-dialog.component.scss @@ -6,6 +6,7 @@ } table { + padding: 0 13px; max-width: 100%; min-width: 100%; border-spacing: 0; @@ -18,15 +19,14 @@ table { } tr { - max-inline-size: 100%; + max-width: 100%; min-width: 100%; display: table; th { - border-bottom: 1px solid var(--iqser-grey-1); - label { opacity: 0.7; + font-weight: normal; } } @@ -50,6 +50,12 @@ table { } } +tbody tr:nth-child(odd) { + td { + background-color: var(--iqser-alt-background); + } +} + .hide { visibility: hidden; }