Spectrum Spatial (SSA/LIM)

 View Only
  • 1.  Field border color in SSA

    Posted 11-28-2021 05:06
    Hi

    How to change border colour (color which appears after selection from drop-down list) from purple to something else? And how to remove this halo? Spectrum Spatial Analyst version 2020.1. Questions are based on original branding .css --- \analyst\theme\branding\default\brand.css.



    ------------------------------
    Asko Poder
    Knowledge Community Shared Account
    ------------------------------


  • 2.  RE: Field border color in SSA

    Posted 11-28-2021 11:07
    Ok, this seems to do the trick:

    .form-control:focus {
    border: 1px solid silver!important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    }


    ------------------------------
    Asko Poder
    Knowledge Community Shared Account
    ------------------------------