update timezone drop-down background - fix #47

This commit is contained in:
Sam 2020-01-13 14:54:04 +01:00
parent ccd8e5546c
commit 84b4966a5e
2 changed files with 13 additions and 3 deletions

View File

@ -421,8 +421,18 @@ label {
color: #ffffff; color: #ffffff;
} }
.timezone-custom-height { .timezone-custom {
height: calc(2.25rem + 14px); font-size: .9em !important;
height: inherit !important;
}
.timezone-custom input {
border: 0 !important;
padding: 5px 1px !important;
}
.timezone-custom ul {
background: white;
} }
.timezone-picker { .timezone-picker {

View File

@ -205,7 +205,7 @@ class ProfileEdit extends React.Component {
<label> <label>
{t('user:Timezone')}: {t('user:Timezone')}:
<TimezonePicker <TimezonePicker
className="form-control timezone-custom-height" className="form-control timezone-custom"
onChange={tz => { onChange={tz => {
const e = { const e = {
target: { target: {