ascott011
02-19-2024Cloud Apps
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...
- 02-19-2024
Figured it out myself.
Added this to the script: .widget-no-result-overlay { background-color: black !important; color: white !important;