Index: openacs-4/packages/openacs-bootstrap5-theme/www/resources/css/main.css =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/openacs-bootstrap5-theme/www/resources/css/Attic/main.css,v diff -u -r1.1.2.2 -r1.1.2.3 --- openacs-4/packages/openacs-bootstrap5-theme/www/resources/css/main.css 8 Apr 2022 10:34:51 -0000 1.1.2.2 +++ openacs-4/packages/openacs-bootstrap5-theme/www/resources/css/main.css 21 Jun 2022 17:21:37 -0000 1.1.2.3 @@ -282,3 +282,16 @@ font-family: 'bootstrap-icons' !important; content: "\f33a"; /* bi-exclamation-triangle-fill */ } + +body ul.action-links li:before { + font-family: 'bootstrap-icons' !important; + content: "\f134"; /* bi-arrow-right-circle */ + margin-top: 2px; + font-size: smaller; + margin-right: 2px; + margin-left: -22px; + float: left; +} +body ul.action-links li { + list-style: none; +}