Spectrum Technology Platform

 View Only
  • 1.  Change color in the Layer panel

    Posted 08-29-2021 22:27
    Edited by George Corea 08-31-2021 00:20
    Does anyone know where the settings for changing the colors in the layer panel for the label and layer display are? I want to change the purple to green like I have done for the leftside panel and also the text using the brand.css file in \SpectrumSpatialAnalyst\customerconfigurations\analyst\theme\branding\Public as in the example below.



    ------------------------------
    George Corea
    Mangoesmapping
    MOOMIN QLD
    ------------------------------


  • 2.  RE: Change color in the Layer panel
    Best Answer

    Employee
    Posted 09-07-2021 20:34
    Hi George,

    You can add the following codes in the brand.css file to change the colour of the label icon and checkbox in Layer panel

    /* For checkbox on layer panel */
    .pbi-check-square {
    color: #ff0000 !important;
    }

    /* For label tag on layer panel */
    .activeTag {
    background-color: #ff0000 !important;
    }

    In the example above, red has been used. 


    Hope this helps!


    ------------------------------
    Dave Kuo
    Software Support Analyst
    Pitney Bowes
    ------------------------------