[jira] Commented: (OFBIZ-3061) You don't to distinguish between normal text and URL links in screens
Posted by
Nicolas Malin (Jira) on
URL: http://ofbiz.116.s1.nabble.com/jira-Created-OFBIZ-3061-You-don-t-to-distinguish-between-normal-text-and-URL-links-in-screens-tp253357p277348.html
[
https://issues.apache.org/jira/browse/OFBIZ-3061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12770686#action_12770686 ]
Bilgin Ibryam commented on OFBIZ-3061:
--------------------------------------
You can't see the links even in second glance ;) I wonder how people use this theme w/o being able to make a distinction between a text and a link?
I propose to underline all links belonging to .basic-table except for the buttons in themes\bizznesstime\webapp\bizznesstime\css\style.css by adding this:
.basic-table td a {
text-decoration: underline;
}
.basic-table td a.buttontext {
text-decoration: none;
}
If there are no other proposals I will commit this soon.
Bilgin
> You don't to distinguish between normal text and URL links in screens
> ---------------------------------------------------------------------
>
> Key: OFBIZ-3061
> URL:
https://issues.apache.org/jira/browse/OFBIZ-3061> Project: OFBiz
> Issue Type: Sub-task
> Reporter: Jacques Le Roux
> Attachments: Payments links in a sale invoice.jpg
>
>
> For instance look at the paiment links in a sales invoice, it's the same as normal text. Before the color let you find them easily and even know that there are there if you don't know much OFBiz
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.