Spectrum Spatial (SSA/LIM)

 View Only
  • 1.  Problems with branding in SSA

    Posted 03-16-2021 06:19
    Hi!

    I have some issues with branding in SSA. As several elements get their style from all-style.css and not from brand.css, it doesn't look very good with custom branding. For example, header when looking data as table and checkboxes in legend panel don't change with brand.css. Of course, it's possible to make changes in all-style.css, but as this is universal for all projects and also gets often overwritten with patches, it's not very sustainable solution to make changes there.
    Am I missing something in branding as if I remember correctly, it was not a problem with last version (I'm using SSA version 2020.1.S04). Is there any better solution than changing all-style.css?

    Best regards,
    
    
    
    


    ------------------------------
    Ott Koik
    Ruumab OÛ
    Tartu
    ------------------------------


  • 2.  RE: Problems with branding in SSA
    Best Answer

    Posted 03-17-2021 09:11
    Edited by Ott Koik 03-17-2021 09:25
    Hi Ott

    Have you tried to add the specific css code in brand.css of your project?
    Exemple, if you want a red checkbox in the project you can add this to brand.css:
    .brand-secondary-color, .pbi-check-square {
    color: #e1173c!important;


    ------------------------------
    David Poutier
    COVEA GROUPE
    PARIS
    ------------------------------



  • 3.  RE: Problems with branding in SSA

    Posted 03-17-2021 09:26
    Thank you for your answer. This will probably do the trick. For some reason I didn't think about overriding it with same brand.css file.

    Regards,

    ------------------------------
    Ott Koik
    Ruumab OÛ
    Tartu
    ------------------------------