| @@ -314,7 +314,9 @@ export class ListComponent implements OnInit, AfterViewInit, OnDestroy { | |||||
| switch (column.type) { | switch (column.type) { | ||||
| case ListComponent.COLUMN_TYPE_DETAIL: | case ListComponent.COLUMN_TYPE_DETAIL: | ||||
| return "spt-button-td"; | return "spt-button-td"; | ||||
| case ListComponent.COLUMN_TYPE_DETAIL_LINK: | |||||
| case ListComponent.COLUMN_TYPE_BTN_REMOVE: | case ListComponent.COLUMN_TYPE_BTN_REMOVE: | ||||
| case ListComponent.COLUMN_TYPE_BTN_EDIT: | |||||
| return "spt-button-td text-end"; | return "spt-button-td text-end"; | ||||
| case ListComponent.COLUMN_TYPE_TEXT: | case ListComponent.COLUMN_TYPE_TEXT: | ||||
| return "spt-version-td"; | return "spt-version-td"; | ||||
| @@ -95,11 +95,13 @@ body { | |||||
| display: block; | display: block; | ||||
| width: 32px; | width: 32px; | ||||
| height: 32px; | height: 32px; | ||||
| margin: 0 16px 0 0; | |||||
| background-size: 20px auto; | background-size: 20px auto; | ||||
| background-color: #2e3a43; | background-color: #2e3a43; | ||||
| border-color: #2e3a43; | border-color: #2e3a43; | ||||
| background-repeat: no-repeat; | background-repeat: no-repeat; | ||||
| background-position: 50% 50%; | background-position: 50% 50%; | ||||
| cursor: pointer; | |||||
| &:hover { | &:hover { | ||||
| background-color: #6d757c !important; | background-color: #6d757c !important; | ||||
| border-color: #6d757c !important; | border-color: #6d757c !important; | ||||
| @@ -119,7 +119,9 @@ app-paging > .mat-mdc-paginator:first-child { | |||||
| } | } | ||||
| .spt-button-td { | .spt-button-td { | ||||
| width: 85px; | |||||
| width: 50px; | |||||
| padding-left: 0 !important; | |||||
| padding-right: 0 !important; | |||||
| } | } | ||||
| .spt-version-td { | .spt-version-td { | ||||
| min-width: 160px; | min-width: 160px; | ||||