Index: openacs-4/packages/xowiki/tcl/bootstrap-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/bootstrap-procs.tcl,v diff -u -N -r1.11.2.21 -r1.11.2.22 --- openacs-4/packages/xowiki/tcl/bootstrap-procs.tcl 15 Jan 2022 18:12:06 -0000 1.11.2.21 +++ openacs-4/packages/xowiki/tcl/bootstrap-procs.tcl 25 Mar 2022 19:13:40 -0000 1.11.2.22 @@ -466,13 +466,8 @@ set id [::xowiki::Includelet html_id $bulk_action] html::ul -class compact { html::li { - # - # For some reason, btn-secondary seems not to be available - # for the "a" tag, so we set the border-color manually. - # - html::a -class "btn btn-secondary" -rule button \ + html::a -class "btn [::xowiki::CSS class btn-default]" -rule button \ -title [$bulk_action tooltip] -href # \ - -style "border-color: #ccc;" \ -id $id { html::t [$bulk_action label] }