[jira] [Updated] (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] [Updated] (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: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 for alphabetical index of the service engine page
{code:java}
.button-bar > a.buttontext {
  text-transform:none!important;
}{code}

  was:
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 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)