How can we help you today? How can we help you today?

Changing the Background of the Global Dashboard in SQL-Monitor

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 ?
Bodo
0

Comments

3 comments

  • Russell D
    It isn't I'm afraid. I'd recommend you head over to the SQL Monitor Uservoice to request this 
    Russell D
    0
  • Alex B
    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 :smirk:  ).

    Also, this doesn't change the background color of any other pages.

    Kind regards,
    Alex
    Alex B
    0
  • Russell D
    More specifically this is the content background color.

    eg 
    <div>.content {</div><div>&nbsp; &nbsp; 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.
    Russell D
    0

Add comment

Please sign in to leave a comment.