Change background color of individual formgrid labels to match main grid column heading bcolor

QuestionsChange background color of individual formgrid labels to match main grid column heading bcolor
Ian Pearson asked 10 years ago

Hi

I would like to have the Edit Form label background colors match the background colour of column headings in the main grid.

It looks like css only allows you to change all the labels not individual labels – any ideas?

Thanks

4 Answers
Abu Ghufran answered 10 years ago

It's doable with CSS, and you need prefix class name with #TR_<FIELD>

e.g.

#tr_name .CaptionTD {
background: url("images/ui-bg_glass_85_dfeffc_1x400.png") repeat-x scroll 50% 50% #DFEFFC;
color: #2E6E9E;
font-weight: bold;
}

Abu Ghufran answered 10 years ago

Forgot to attach the css change result:

http://tinyurl.com/lsycorh

<img src="http://easycaptures.com/fs/uploaded/727/thumbs/2979107367_m.jpg&quot; border="0">

Ian Pearson answered 10 years ago

Thank you for the reply – is there a comprehensive list of all the style changes available?

Abu Ghufran answered 10 years ago

No, there is no list of such styles. Infact, i checked this style selector using Firefox->Firebug, tested by changing css in firebug and emailed you back as inline css style.

Your Answer

3 + 0 =

Login with your Social Id:

OR, enter

Attach code here and paste link in question.
Attach screenshot here and paste link in question.



How useful was this discussion?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate it.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?