ui


  DIV.ui-selecting {
    background-color: silver !important;
    border-color: #7E18AC !important;
  }
  
  DIV.ui-selected {
    background-color: #F796FF !important;
    border-color: #7E18AC !important;
    border-width: 2px !important;
  }