Widget: DCTList: Difference between revisions
From LINKS Community Center
Eschmidt (talk | contribs) No edit summary |
Eschmidt (talk | contribs) No edit summary |
||
Line 85: | Line 85: | ||
#dct-tabulator.tabulator .tabulator-cell { border-right: 0 none; border-bottom: 1px solid var(--links-blue); padding: .5em 0; } | #dct-tabulator.tabulator .tabulator-cell { border-right: 0 none; border-bottom: 1px solid var(--links-blue); padding: .5em 0; } | ||
.data-source-img, .func-img { width: 2em; height: 2em; margin-right: .4em; margin-bottom: .4em; } | .data-source-img, .func-img { width: 2em; height: 2em; margin-right: .4em; margin-bottom: .4em; } | ||
#dct-tabulator img.unselected { | #dct-tabulator img.unselected { | ||
filter: grayscale(1); | filter: grayscale(1); | ||
Line 94: | Line 93: | ||
opacity: .3; | opacity: .3; | ||
} | } | ||
.sources-collapse-toggle { display:inline-block; width: 2em; height: 2em; } | |||
#dct-tabulator .tabulator-row .tabulator-responsive-collapse { | #dct-tabulator .tabulator-row .tabulator-responsive-collapse { | ||
padding: .5em 0 1.5em 0; | padding: .5em 0 1.5em 0; | ||
Line 404: | Line 404: | ||
}, ''); | }, ''); | ||
if (gIndex === groupedSources.length - 1) { | if (gIndex === groupedSources.length - 1) { | ||
out += '<span class="sources-collapse-toggle"> | out += '<span class="sources-collapse-toggle"></span>'; | ||
out += '</div>'; | out += '</div>'; | ||
} | } |
Revision as of 12:19, 12 July 2022
Development verstion of the DCT List.
Not ready for production!