Problem/Motivation
#2317135: Transparent background in autocomplete widget fixed a CSS problem but introduced the following problem:

White background on the top corners of the dialog box and changed the original color of the title bar.
Proposed resolution
Use another css class ".ui-autocomplete" instead of ".ui-widget-content".
Remaining tasks
None
User interface changes
- Before

- After

API changes
None
| Comment | File | Size | Author |
|---|---|---|---|
| #15 | 2334307-15-css-dialog.patch | 515 bytes | amitgoyal |
Comments
Comment #1
yvesvanlaer commentedComment #2
wim leersComment #3
yvesvanlaer commentedComment #4
wim leersOnly one nitpick:
Please add a trailing newline.
So, #2317135: Transparent background in autocomplete widget fixed a CSS problem, but in doing so has caused the regression described in the issue summary. This patch keeps the fix added in that issue, but applies it only to the intended DOM elements rather than too many. That's it.
Once the nitpick above is fixed, I think this is RTBC.
Comment #5
yvesvanlaer commentedComment #6
aspilicious commentedComment #7
wim leersRTBC+1
Thanks, yvesvanlaer — great catch!
Comment #9
wim leersSomething must've changed. Needs a quick reroll.
Comment #12
yvesvanlaer commentedSomething went wrong indeed. There were 2+'s... Correct patch.
Comment #13
yvesvanlaer commentedNow with status "Needs review"
Comment #15
amitgoyal commentedReroll of #13.
Comment #16
josevitalsoutoComment #17
alexpottCommitted d481203 and pushed to 8.0.x. Thanks!