Configuring custom style using CSS code

To configure a custom style on a dashboard by entering a custom CSS code, follow these steps:

  1. Open an existing or new application in Edit mode.
  2. Ensure that it has an application filter. Hover over a filter, until the controls appear on the top right.
  3. Click the Gear icon.
    The Settings modal window appears.
  4. In the Settings modal window, click the Custom Styling tab.
  5. Set CSS class for visual to list-larger-font.
  6. Enter the following code in the Enter inline CSS rules here to text box:
    .list-larger-font .picklist-list li {
                            font-size:14px;
                            padding:3px;
                            border-bottom:dotted 1px #ddd;
                            }
  7. Click APPLY.
  8. Click SAVE to save the application.