Header Display in search grid

Hi Is there any way to edit the style properties of the column Header text in the search grid of the workspace pane? Any suggestions would be helpful.
Parents
  • It looks like the class names were different in 11.0 SP9. In that version, you'll need to update the css around line 427 of the /Innovator/Client/styles/controls/grid.css file like below. .claro .dojoxGridHeader tr:first-child .dojoxGridCell { border-top: 0px none;     // Add any stylings you want here } In the future, you can use the developer tools of your web browser (which you can launch by pressing F12 on your keyboard) to inspect any elements you want to change the style of. These tools will typically tell you both the class names as well as the file in the code tree that you need to edit in order to change the stylings. Chris
    Christopher Gillis Aras Labs Software Engineer
Reply
  • It looks like the class names were different in 11.0 SP9. In that version, you'll need to update the css around line 427 of the /Innovator/Client/styles/controls/grid.css file like below. .claro .dojoxGridHeader tr:first-child .dojoxGridCell { border-top: 0px none;     // Add any stylings you want here } In the future, you can use the developer tools of your web browser (which you can launch by pressing F12 on your keyboard) to inspect any elements you want to change the style of. These tools will typically tell you both the class names as well as the file in the code tree that you need to edit in order to change the stylings. Chris
    Christopher Gillis Aras Labs Software Engineer
Children
No Data