Customize Enterprise Console Menu
- Last UpdatedJun 10, 2024
- 1 minute read
Enterprise Console menu appears on the left hand side of the enterprise console website and is used to navigate through various AVEVA Work Tasks controls.
If the Repository is mapped to themes, then take the style sheet based on themes path. The themes path is as follows:
[AVEVA Work Tasks Installed Path]\AVEVA\Work Tasks\BPMUITemplates\Default\Themes\Default\CommonUXControls\StyleSheet\UXControls.css
If the Repository is not mapped to themes, then take the style sheet from the following path:
[AVEVA Work Tasks Installed Path]\AVEVA\Work Tasks\BPMUITemplates\Default\CommonUXControls\StyleSheet\UXControls.css
-
CSS Class Used for Main Menu Style is #Menu0.
-
CSS Class Used for Title is #Menu0 .menuItem .title.
-
CSS Class Used for Mouse hover on the Main Menu item is #Menu0 .menuItem:hover.
-
CSS Class Used for Selected item on Main menu is #Menu0 .menuItem.selected
Style Change for Submenu
-
CSS Class Used for submenu style is .SubMenu.
-
CSS Class Used for submenu Title is .SubMenu .menuItem .title
-
CSS Class Used for submenu Description is .SubMenu .menuItem .desc
-
CSS Class used for submenu MenuItem Indicator is .SubMenu .menuItem .subMenuIndicator
-
CSS Class used for submenu Menu Item hover and selected is .SubMenu .menuItem:hover, .SubMenu .menuItem.selected