You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "Aditya Sharma (JIRA)" <ji...@apache.org> on 2018/07/11 07:22:00 UTC

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

     [ https://issues.apache.org/jira/browse/OFBIZ-10473?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aditya Sharma updated OFBIZ-10473:
----------------------------------
    Description: 
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 
{code:java}
.button-bar > a.buttontext {
  text-transform:none!important;
}{code}

> 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
>
> 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 
> {code:java}
> .button-bar > a.buttontext {
>   text-transform:none!important;
> }{code}



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