Using System definition->Menu Categories i could not able to change the color of an particular application module
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-05-2016 12:50 AM
I have done the following steps
To define a menu category:
- Navigate to System Definition > Menu Categories.
- Click New or open an existing menu category.
- Customize the appearance of the menu category based on your version of the UI:
- UI15: In the Style field, define the border-color using an HTML color name, hexidecimal (hex) value, or RGB color value. For example, enter border-color: blue. In UI15, border-color is the only supported CSS style.
- The color appears as a vertical bar next to the application menu label.
- UI11 / Classic: In the Style field, define CSS styles such as border-color, text color, and background-color. For example, enter border-color: blue; background-color: #e3f3ff; color: white.
- UI15: In the Style field, define the border-color using an HTML color name, hexidecimal (hex) value, or RGB color value. For example, enter border-color: blue. In UI15, border-color is the only supported CSS style.
- [Optional] Enter a Default order. If you create an application menu without specifying an order, the default order of the menu category is used to determine the relative position in the application navigator.
To add an application menu to a category, use one of the following methods:
- In the category record, add the application menu in the Application Menus related list.
- In the application menu record, enter the category in the Category field.
Given this value in style { border-color: blue; background-color: rgb(0, 255, 0); color: green }. Please suggest what could have gone wrong and how to make it work ?
Labels:
- Labels:
-
User Interface (UI)
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-06-2016 08:08 AM
Hi Vigneshwaran,
You are encountering PRB674093. The menu style isn't being applied. I'm sorry, but there is not currently a work-around for this issue.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-22-2016 11:32 PM
Hi Cory,
Thanks for your reply.