Skip to content
Snippets Groups Projects
Commit 0a885d79 authored by Tögl, Christina's avatar Tögl, Christina
Browse files

Change styling for tabulator placeholder

parent de70d63e
No related branches found
No related tags found
1 merge request!155Update tabulator table
Pipeline #94167 passed
...@@ -1547,10 +1547,12 @@ export function getTabulatorStyles() { ...@@ -1547,10 +1547,12 @@ export function getTabulatorStyles() {
color: var(--dbp-muted); color: var(--dbp-muted);
font-size: 1rem; font-size: 1rem;
font-weight: initial; font-weight: initial;
text-align: center;
} }
.tabulator-placeholder { .tabulator-placeholder {
border-top: 1px solid var(--dbp-muted); border-top: 1px solid var(--dbp-muted);
padding-top: 10px;
} }
.tabulator-row.no-select.tabulator-selected { .tabulator-row.no-select.tabulator-selected {
......
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