diff options
| author | luccioman <luccioman@users.noreply.github.com> | 2018-07-04 10:28:32 +0200 |
|---|---|---|
| committer | luccioman <luccioman@users.noreply.github.com> | 2018-07-04 10:28:32 +0200 |
| commit | 2bdd71de60a8115117422ee46b259d3f63c450a4 (patch) | |
| tree | 2a4d414b673e0a9b9eee82d65a6eb08ac24693d4 /htroot/env/base.css | |
| parent | bb51555830df627c1725378683cf00b9a3754194 (diff) | |
Added server side columns sorting on the Process Scheduler table
For easier usage of large tables in the Table_API_p.html page.
Diffstat (limited to 'htroot/env/base.css')
| -rw-r--r-- | htroot/env/base.css | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/htroot/env/base.css b/htroot/env/base.css index bce01887e..71c481513 100644 --- a/htroot/env/base.css +++ b/htroot/env/base.css @@ -15,7 +15,7 @@ ## "global classes" ## # i.e. ".strong"; ".left"; ".error"; ############################################### -## "privat classes" ## +## "private classes" ## # all HTML-elements with a specific class # i.e. "div.content"; "span.left"; # and @@ -607,6 +607,12 @@ a.thumblink { overflow: hidden; } +/* Link in a table header that triggers server-side table sorting */ +a.sortTableLink, a.sortTableLink:link, a.sortTableLink:visited, a.sortTableLink:hover { + text-decoration: none; + color: white; +} + /*---------- <em> */ |
