Making WordPress.org

Opened 7 years ago

Closed 7 years ago

#2956 closed enhancement (fixed)

Change to green background for confirmation message "User updated" in Forum profile

Reported by: tobifjellner's profile tobifjellner Owned by: sergeybiryukov's profile SergeyBiryukov
Milestone: Priority: normal
Component: Support Forums Keywords:
Cc:

Description

When a user has submitted an update to the profile, the next screen will have a url on the format https://wordpress.org/support/users/[user-id]/edit/?updated=true

And a confirmation message will be shown as a banner directly above the profile. (see attachment).
Currently the background color is given as

div.indicator-hint {
    background: #fff8e5;
}

... which at least I perceive as being light RED.

I'd suggest that this background color is changed to a light green instead, for instance RGB EBFFE6. (Unless, of course, the same class is used for negative hints, as well...)

Attachments (1)

user-updated.png (17.8 KB) - added by tobifjellner 7 years ago.
Screenshot of current indicator-hint

Download all attachments as: .zip

Change History (2)

@tobifjellner
7 years ago

Screenshot of current indicator-hint

#1 @SergeyBiryukov
7 years ago

  • Owner set to SergeyBiryukov
  • Resolution set to fixed
  • Status changed from new to closed

In 5667:

Support Theme: Change "User updated" notice color to light green, same as .notice-success.

Fixes #2956.

Note: See TracTickets for help on using tickets.