/* SundayCRM-specific style overrides. Loaded after oneui.css and
   bootstrap-select.css so rules here win without !important. */

/* bootstrap-select forces active-row subtext to white, which is unreadable
   on the OneUI theme's light-gray active background (#f0f0f0). Restore the
   muted gray used in the non-active rows. */
.bootstrap-select.btn-group .dropdown-menu li.active small,
.bootstrap-select.btn-group .dropdown-menu li.active small.text-muted {
    color: #999999;
}
