Skip to content
Snippets Groups Projects
Commit d6997de1 authored by François Grand's avatar François Grand
Browse files

fix: remove spinner from inputs in PAB table, fix text centering

refs #500 #481
parent 991cf404
No related branches found
No related tags found
1 merge request!155Resolve "Update to the last version of Angular"
......@@ -203,13 +203,14 @@ field-set {
@extend .bg-error;
}
.ui-table.ui-widget {
.p-datatable.p-component.p-datatable-responsive-stack {
table {
thead.ui-table-thead {
thead.p-datatable-thead {
> tr {
> th {
font-size: .8em;
font-size: .7em;
padding: 6px 8px;
text-align: center;
&.selectable-cell {
cursor: pointer;
}
......@@ -219,7 +220,7 @@ field-set {
}
}
}
tbody.ui-table-tbody {
tbody.p-element.p-datatable-tbody {
> tr {
&.selected-row {
@extend .selected-row-bg;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment