[jira] [Commented] (OFBIZ-10473) Upper case styling for buttontext in Tomahawk theme causing wrong behaviour for alphabetical index of the service engine page

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Commented] (OFBIZ-10473) Upper case styling for buttontext in Tomahawk theme causing wrong behaviour for alphabetical index of the service engine page

Nicolas Malin (Jira)

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

Aditya Sharma commented on OFBIZ-10473:
---------------------------------------

Thanks Dennis, Pierre and Jacques for the discussion at OFBIZ-10467 :)

This was committed in Trunk at r1835613.

Doesn't require backporting.

> Upper case styling for buttontext in Tomahawk theme causing wrong behaviour for alphabetical index of the service engine page
> -----------------------------------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-10473
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-10473
>             Project: OFBiz
>          Issue Type: Bug
>          Components: themes
>    Affects Versions: Trunk
>            Reporter: Aditya Sharma
>            Assignee: Aditya Sharma
>            Priority: Trivial
>             Fix For: Upcoming Branch
>
>
> As discussed on OFBIZ-10467, override the upper case styling with a more specific rule in Tomahawk theme to avoid upper casing of small case letters for alphabetical index of the service engine page
> {code:java}
> .button-bar > a.buttontext {
>   text-transform:none!important;
> }{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)