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:
Yashashvi Dave 2018-05-30 10:53:56 +05:30 committed by Tim Abbott
parent 5855fe3e53
commit f725fa591d
2 changed files with 6 additions and 0 deletions

View File

@ -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,

View File

@ -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;