org settings: Fix background color in custom user profile datepicker field.

Fixes part of #11453
This commit is contained in:
Yashashvi Dave
2019-07-29 23:15:42 +05:30
committed by Tim Abbott
parent b758ed5ac1
commit 440975e369

View File

@@ -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%);
}