Hi, we are displaying SQL Monitor on a 55" LCD-Monitor. It would be nice to have an option changing the Background Color of the Dashboard. Is this possible ?
Comments
3 comments
-
It isn't I'm afraid. I'd recommend you head over to the SQL Monitor Uservoice to request this
-
Hi @Bodo,
You could hack the global-dashboard.css file from Website\Content to add the background color: property to the section.content and other divisions (card background, content header and probably something else), but there's not a supported or easy/direct manner to do this (this isn't supported, just saying you can do it).
Also, this doesn't change the background color of any other pages.
Kind regards,
Alex -
More specifically this is the content background color.
eg<div>.content {</div><div> flex: 5;</div><div> background-image: url("images/redgate.png");</div><div>}</div>
will work. But its not supported, and will get blown away by upgrading.
Add comment
Please sign in to leave a comment.