Notifications
Clear all
6 Forums 829 Topics 3,280 Posts 5 Online 3,047 Members

Resolved Conditional Formatting Hyperlinks

2 Posts
1 Users
0 Reactions
104 Views
Posts: 3
Topic starter
(@kieranwest28)
Member
Joined: 5 years ago

Hi,

Design of osTicket now looks awesome thanks to you, really nice work on it!

Just having an issue with conditional formatting.  I want Engineers to be able to see what a ticket hasn't been answered yet by making the row bold or a subtle colour change. However when applying the format it seems if the Subject is set to be a link then the text formatting doesn't apply to that section. I've attached a screenshot below that shows the difference between the two. 


1 Reply
Posts: 3
Topic starter
(@kieranwest28)
Member
Joined: 5 years ago

Seemed to solve this manually by adding some custom CSS to the theme. 

table.list tbody td a {
font-weight: inherit;
}


Reply
Share: