/**
 * @file
 * CSS for the 'List properties' WYSIWYG plugin (outside of the WYSIWYG iframe).
 */

.openberkeley-list-properties-modal-wrapper {
  background-color: white !important;
}

.openberkeley-list-properties-modal-wrapper .ui-dialog-titlebar-close {
  display: none;
}

#openberkeley-list-properties-modal {
  display: none;
  padding: 20px;
}

#openberkeley-list-properties-modal label {
  display: block;
}

