mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 12:33:40 +00:00
org settings: Fix background color in custom user profile datepicker field.
Fixes part of #11453
This commit is contained in:
committed by
Tim Abbott
parent
b758ed5ac1
commit
440975e369
@@ -1531,7 +1531,7 @@ input[type=checkbox].inline-block {
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
||||
body:not(.night-mode) #account-settings .custom_user_field .datepicker {
|
||||
body:not(.night-mode) #settings_page .custom_user_field .datepicker {
|
||||
background-color: hsl(0, 0%, 100%);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user