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
  • Hello, You can edit the style of most of the objects in Aras Innovator by modifying the .css files in your installation folder. You can find these files in the \Innovator\Client\styles\ folder. Before making any changes to the code tree, we do recommend creating a backup and storing it somewhere safe in case you need to rollback any changes you've made. To find the exact file you need to edit, you can use your browser's developer tools (which can typically be launched by pressing F12) to inspect the element. This will tell you the file name you will need to modify as well as let you play around with the stylings on your local copy of the web page. You can edit the column header text of the search grid by editing \Innovator\Client\styles\common.css and changing the style of the .aras-grid-head-cell-label class. Chris
    Christopher Gillis Aras Labs Software Engineer
Reply
  • Hello, You can edit the style of most of the objects in Aras Innovator by modifying the .css files in your installation folder. You can find these files in the \Innovator\Client\styles\ folder. Before making any changes to the code tree, we do recommend creating a backup and storing it somewhere safe in case you need to rollback any changes you've made. To find the exact file you need to edit, you can use your browser's developer tools (which can typically be launched by pressing F12) to inspect the element. This will tell you the file name you will need to modify as well as let you play around with the stylings on your local copy of the web page. You can edit the column header text of the search grid by editing \Innovator\Client\styles\common.css and changing the style of the .aras-grid-head-cell-label class. Chris
    Christopher Gillis Aras Labs Software Engineer
Children
No Data