Index: openacs-4/packages/xowiki/www/resources/xowiki.css =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/www/resources/xowiki.css,v diff -u -N -r1.64.2.18 -r1.64.2.19 --- openacs-4/packages/xowiki/www/resources/xowiki.css 3 Feb 2022 18:26:22 -0000 1.64.2.18 +++ openacs-4/packages/xowiki/www/resources/xowiki.css 18 Apr 2022 18:00:58 -0000 1.64.2.19 @@ -619,6 +619,26 @@ .xowiki-content div.repeatable input[type=file] { width: 95% } + + +.xowiki-content table.table > thead .sort-active { + margin: 0px 4px 0px 4px; + opacity: 1; + font-weight: 900; + color: #000; +} +.xowiki-content table.table > thead .sort-inactive { + margin: 0px 4px 0px 4px; + opacity: 0.5; + font-weight: 900; +} +.xowiki-content table.table > thead .sort-up { + margin: 0px 0px 0px 4px; +} +.xowiki-content table.table > thead .sort-down { + margin: 0px 4px 0px 0px; +} + /* * Local Variables: * mode: css