source: gs3-installations/thewillow/trunk/sites/thewillow/dlcol-chatgpt/iframe-page/dl-chatgpt_files/tablesort.module.css@ 38779

Last change on this file since 38779 was 38779, checked in by davidb, 4 months ago

Files that need to be moved to <gsdl3srchome>/web to provide a static web page example using an iframe to embedd the React/NextJS based chatbot

File size: 365 bytes
Line 
1/**
2 * @file
3 * Table sort indicator.
4 *
5 * @see tablesort-indicator.html.twig
6 */
7
8.tablesort {
9 display: inline-block;
10 width: 16px;
11 height: 16px;
12 background-size: 100%;
13}
14.tablesort--asc {
15 background-image: url(../../../../misc/icons/787878/twistie-down.svg);
16}
17.tablesort--desc {
18 background-image: url(../../../../misc/icons/787878/twistie-up.svg);
19}
Note: See TracBrowser for help on using the repository browser.