Hoppa till huvudinnehållet

Branding Colors

Kommentarer

5 kommentarer

  • Nico Burgerhart

    I would also like documentation on CSS classes.

    2
  • Zack Robison

    +1 for the reference table, if such a thing exists.

    When are you running that startup Workflow, Mike Diss-Torrance? I would think the App Initializing event would happen pretty early, though I wouldn't be surprised to see some elements race ahead of the CSS injection like the toolbar.

    FWIW, I found the main colors defined in a document at <your.domain.here>/vertigisstudio/web/static/js/main.bf1b5fee.js, didn't go hunting on the server for it yet and it looks like it may not be super-duper static, but you can probably find those values defined in the source files on the server around there.  Notepad++ can search for text such as "accentIconBackground" in a directory.  Obviously this is not an ideal solution, but if CSS injection in WF is too slow it might be something to try (carefully & with good backups).

    To your last point on CSS Selectors, I have yet to need to use one of those UID's to bind to anything (though they can be tempting they sometimes pop up in unexpected places...).  Consider chaining selectors with combinators when you can, especially the child combinator (">").  The attribute selector is also your friend.  I like the W3 cheatsheet.

    1
  • Cattyann Campbell

    Any chance we will have the ability to apply some simple color changes without digging into CSS classes?

    I just wanted to change the toolbar area and icon color should be pretty simple no?

    5
  • Dennis Warnat

    I am a newbie to vs studio. So I want to design my template in vs web. I don´t know where to configure the theme. Is there a .json and a.xml to edit ? The link above doesn´t help me. Where is the app saved and do I have to edit this app?

    0
  • Nico Burgerhart

    See the documentation of the Branding service, it is one of the services you can configure in your app in the VS Web designer.

    https://docs.vertigisstudio.com/webviewer/latest/admin-help/settings-branding.html

     

    0

Du måste logga in om du vill lämna en kommentar.