Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You need to add blocks of CSS code to the section for global custom CSS and HTML of Refined in order to affect the Advanced Portal Reports CSS options. For example, if you wish to change the green color with another color (#4aa2d4 in our example) here are some blocks of code that change different parts of the User Interface. To fully replace the green color everywhere, include all of the blocks in the global custom CSS and HTML section in Refined. Make sure you don’t have the symbol ; after every CSS block that ends in } because Refined will stop executing the script. The correct format is (.aui-dialog2-header-close:hover { background: #4aa2d4 !important;})

...