How to change the background color of select boxes for Service Catalog 17.1?
book
Article ID: 128831
calendar_today
Updated On:
Products
CA Service Management - Asset Portfolio ManagementCA Service Management - Service Desk Manager
Issue/Introduction
We need to change background color of select boxes in forms. Is it possible to do this?
Environment
Service Catalog 17.1, 17.2
Resolution
1. You need to copy: %USM_HOME%\view\webapps\usm\explorer\scripts\catalogux\resources\css\select.css to filestore path. 2. Edit select.css in filestore path > find section: ".ui-select-bootstrap > .ui-select-choices ,.ui-select-bootstrap > .ui-select-no-choice" 3. Modify the item: background-color:
Example: From background-color: black; to background-color: red;