Forum Discussion

ascott011's avatar
ascott011
Cloud Apps
02-19-2024
Solved

Black background when data yields no results.

Hi, I am trying to adjust my script so the black background continues to be black even when "No Results" are shown. Right now, I have a dashboard that has black background with white text, but the ch...
  • ascott011's avatar
    02-19-2024

    Figured it out myself.

    Added this to the script: .widget-no-result-overlay { background-color: black !important; color: white !important;