How do you use cloud databases? Take the survey.
Options

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 ?
Tagged:

Answers

  • Options
    It isn't I'm afraid. I'd recommend you head over to the SQL Monitor Uservoice to request this 
    Have you visited our Help Centre?
  • Options
    Alex BAlex B Posts: 1,132 Diamond 4
    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
    Product Support Engineer | Redgate Software

    Have you visited our Help Center?
  • Options
    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.
    Have you visited our Help Centre?
Sign In or Register to comment.