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/10 09:39:00 UTC

[jira] [Comment Edited] (OFBIZ-10467) Using "buttontext" styling for the index of service engine

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

Aditya Sharma edited comment on OFBIZ-10467 at 7/10/18 9:38 AM:
----------------------------------------------------------------

 

Thanks [~pfm.smits] I do found those discussions on OFBIZ-8293 and [https://markmail.org/message/vtauqtjbq7juojav].

Though, I feel instead of leaving the wrong behaviour in the Tomahawk theme which is still in use & may be used by the users on demo instances. I suggest to apply your patch and override the upper case styling with a more specific rule in Tomahawk theme to minimize the impact.

We can add a new rule for Tomahawk 
{code:java}
.button-bar > a.buttontext {
  text-transform:none!important;
}{code}
WDYT?


was (Author: aditya.sharma):
 

Thanks [~pfm.smits] I do found those discussions on OFBIZ-8293 and [https://markmail.org/message/vtauqtjbq7juojav|[https://markmail.org/message/vtauqtjbq7juojav].]

Though, I feel instead of leaving the wrong behaviour in the Tomahawk theme which is still in use & may be used by the users on demo instances. I suggest to apply your patch and override the upper case styling with a more specific rule in Tomahawk theme to minimize the impact.

We can add a new rule for Tomahawk 
{code:java}
.button-bar > a.buttontext {
  text-transform:none!important;
}{code}
WDYT?

> Using "buttontext" styling for the index of service engine
> ----------------------------------------------------------
>
>                 Key: OFBIZ-10467
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-10467
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: framework/webtools
>    Affects Versions: Trunk
>            Reporter: Dennis Balkir
>            Assignee: Aditya Sharma
>            Priority: Minor
>         Attachments: buttons1.png, buttons2.png, buttons3.png, buttons4.png, image-2018-07-09-16-13-01-707.png, service-engine_buttons.patch
>
>
> To give OFBiz a more equal look, the style "buttontext" can be added for the alphabetical index of the service engine main page.
> This makes the buttons look alike with the ones that are already there for the entity engine main page.



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