Style configuration
XTM Portal Administrators can configure the styles for XTM Portal page using Cascading Style Sheets (CSS).
Log in to XTM Portal as an Administrator.
In the menu on the left of the screen, select the cog icon
. The Settings tab screen is displayed.
In the Settings screen, select the STYLES tab.
In the CSS STYLES tab screen, in the text field, insert the CSS file that you have selected for the XTM Portal page.
Example 1. Using CSS style sheets in XTM PortalUse the sample CSS below to change the colors on an active sub-tab in XTM Portal Project List tab screen, for all XTM Portal users. When you do so:
color #BE6AAA
will be used for the active sub-tab label and icon.
color #FFCDF3
will be used for the active sub-tab background and underlining.
.PortalProjectFilters-root .MuiButtonBase-root.Mui-selected { color: #BE6AAA; background-color: #FFCDF3; }.PortalProjectFilters-root .MuiTabs-indicator { background-color: #FFCDF3; }Cascading Style SheetsSelect the Save button in the top right-hand corner of the screen.