mirror of https://github.com/zulip/zulip.git
custom fields: Fix all fields background color.
Fix url and date type of fields background color to match with other filed's background color.
This commit is contained in:
parent
5855fe3e53
commit
f725fa591d
|
@ -80,6 +80,8 @@ body.night-mode input[type="text"],
|
|||
body.night-mode input[type="email"],
|
||||
body.night-mode input[type="password"],
|
||||
body.night-mode input[type="number"],
|
||||
body.night-mode input[type="url"],
|
||||
body.night-mode input[type="date"],
|
||||
body.night-mode textarea,
|
||||
body.night-mode .new-style .tab-switcher .ind-tab:not(.selected),
|
||||
body.night-mode select,
|
||||
|
|
|
@ -1373,6 +1373,10 @@ input[type=checkbox].inline-block {
|
|||
padding-bottom: 20px;
|
||||
}
|
||||
|
||||
body:not(.night-mode) #account-settings .custom_user_field .datepicker {
|
||||
background-color: #ffffff;
|
||||
}
|
||||
|
||||
#settings_page .custom_user_field textarea {
|
||||
width: 320px;
|
||||
height: 80px;
|
||||
|
|
Loading…
Reference in New Issue