[ 
https://issues.apache.org/jira/browse/OFBIZ-12725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17652247#comment-17652247
 ] 

Florian Motteau commented on OFBIZ-12725:
-----------------------------------------

In Helveticus theme the only reference to a "basic-tree" CSS class is in 
/themes/helveticus/webapp/helveticus/stylertl.css, I guess this is an oversight 
? We could simply add

 
{code:java}
/* ======================= */
/* ===== Tree Styles ===== */
/* ======================= */
.basic-tree ul, .basic-tree li {
    padding-left: 0;
    padding-right: 1em;
}
.basic-tree li .expanded {
    background: url(/images/collapse.gif) no-repeat right center;
    padding-right: 0;
    padding-left: 1em;
}
.basic-tree li .collapsed {
    background: url(/images/expand.gif) no-repeat right center;
    padding-right: 0;
    padding-left: 1em;
}
{code}
...in style.css, that would fix things for sure. I'll ask Marine and [~nmalin] .

> Cannot expand tree of accounts in Navigate Accounts screen with Helveticus 
> theme
> --------------------------------------------------------------------------------
>
>                 Key: OFBIZ-12725
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-12725
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: accounting, themes/helveticus
>    Affects Versions: 22.01.01
>            Reporter: Daniel Watford
>            Priority: Major
>             Fix For: 22.01.01
>
>         Attachments: image-2022-12-27-12-29-02-978.png, 
> image-2022-12-27-12-32-26-819.png
>
>
> Viewing [OFBiz: Accounting Manager: Navigate Accounts 
> (apache.org)|https://demo-next.ofbiz.apache.org/accounting/control/GlAccountNavigate?trail=null],
>  it is not possible to expand the chart-of-accounts tree when the Helveticus 
> visual theme is used.
> The Helveticus theme is the default theme for new deployments.
> A workaround is to switch to a non-Helveticus theme.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to