Back and Font color

QuestionsBack and Font color
Fabio Martins asked 10 years ago

Hi Sir!
Please, how can I change colors of selected row (background color and font color)?
Thank you!
Fabio

2 Answers
Abu Ghufran answered 10 years ago

You can inspect the class name of selected row using firebug and override the CSS classes onpage with modified color.
As an alternate, you can make a new theme using theme roller of jqueryui

http://jqueryui.com/themeroller/

& replace the new theme css.

<link rel="stylesheet" type="text/css" media="screen" href="../../lib/js/themes/redmond/jquery-ui.custom.css"></link>

Fabio Martins answered 10 years ago

Follow the tip for all:

.ui-jqgrid .ui-state-highlight { background: yellow; }

The selected row is yellow now!

Thank You!

Your Answer

1 + 20 =

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?