/**
 * @file
 * CKE Dialogs.
 */

select.cke_dialog_ui_input_select {
  appearance: menulist;

  &::-ms-expand {
    display: block;
  }
}
