#43088 closed defect (bug) (fixed)
The media modal main background should be white
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.9.3 | Priority: | normal |
Severity: | normal | Version: | 4.9 |
Component: | Media | Keywords: | has-screenshots |
Focuses: | ui | Cc: |
Description
In the media modal, the background of the content (the left part in the screenshots) used to be white:
now is gray:
Introduced in [41833].
When working on the admin stylesheets, low qualified selectors like .attachment-media-view
tend to apply to several screens and should always be double checked.
Attachments (3)
Change History (10)
#1
@
7 years ago
Created patch 43088.diff to make media modal background white. It looks good to me!
#2
@
7 years ago
@chetan200891 thanks! You beat me by 9 seconds, lol.
However, the other backgrounds should stay gray (they're the "No image selected" placeholder in the widgets, see #42101).
#4
@
7 years ago
43088.3.diff tries a simpler approach to keep the gray background for all the widget placeholders and restore the white background in the media modal. Also, removes a trailing space.
Created patch to make media modal main background white.