update timezone drop-down background - fix #47
This commit is contained in:
parent
ccd8e5546c
commit
84b4966a5e
@ -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 {
|
||||||
|
@ -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: {
|
||||||
|
Loading…
Reference in New Issue
Block a user