/* Fix dark theme dropdowns and inputs */
select,
input[type="text"],
input[type="number"],
input[type="search"],
input[type="email"],
input[type="password"],
textarea,
.select2-container--default .select2-selection--single,
.select2-container--default .select2-results__option {
  background-color: #2d2d2d !important;
  color: #fff !important;
  border-color: #555 !important;
}

select option {
  background-color: #2d2d2d !important;
  color: #fff !important;
}

/* Filter dropdowns */
#changelist-filter select,
.changelist-filter-header select,
#toolbar select,
#changelist #toolbar select {
  background-color: #2d2d2d !important;
  color: #fff !important;
}

/* Date hierarchy */
.xfull select {
  background-color: #2d2d2d !important;
  color: #fff !important;
}
