# 3.2.1 - CSS Selector Changes

|                                                    Previous Selector(s)                                                   |                                                                                          New Selector(s)                                                                                          |
| :-----------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
|                             `.m-inventory`, `.m-minted`; `.m-inventory-info`, `.m-minted-info`                            |                                                                         `.m-listing-progress`; `.m-listing-progress__info`                                                                        |
|                                  `.m-progress-meter-background`, `.m-progress-meter-bar`                                  |                                                                           `.m-progress-meter`, `.m-progress-meter__bar`                                                                           |
|                                                     `.loading-screen`                                                     |                                                                                      `.m-fullscreen-loading`                                                                                      |
|                                               `.m-ad-banner`, `.m-indicator`                                              |                                                                                             *removed*                                                                                             |
|                                    `.m-ad-banner.m-available`, `.m-indicator.available`                                   |                                                                                `.m-card-status-overlay--available`                                                                                |
|                                        `.m-ad-banner.m-ended`, `.m-indicator.ended`                                       |                                                                                  `.m-card-status-overlay--ended`                                                                                  |
|                                      `.m-ad-banner.m-invalid`, `.m-indicator.invalid`                                     |                                                                                 `.m-card-status-overlay--invalid`                                                                                 |
|                                                    `.m-indicator.soon`                                                    |                                                                                   `.m-card-status-overlay--soon`                                                                                  |
|                                                   `.m-indicator.soldout`                                                  |                                                                                   `.m-card-status-overlay--sold`                                                                                  |
|                                                   `.m-bid-overlay-close`                                                  |                                                                                      `.m-bid-overlay__close`                                                                                      |
|  `#m-connection-wizard-container`, `#m-connection-wizard`, `#m-connection-wizard .connect`, `#m-connection-wizard .close` | `.m-connection-wizard`, `.m-connection-wizard .m-marketplace__popup`, `.m-connection-wizard .m-marketplace__button--popup`, `.m-connection-wizard .m-marketplace__fab .m-marketplace__fab--popup` |
|                                             `.m-popup-background`, `.m-popup`                                             |                                                                    `.m-marketplace__popup-background`, `.m-marketplace__popup`                                                                    |
|                                                     `.m-popup-button`                                                     |                                                                                  `.m-marketplace__button--popup`                                                                                  |
|                                                      `.m-popup-close`                                                     |                                                                          `.m-marketplace__fab .m-marketplace__fab--popup`                                                                         |
|                         `.m-edit-listing-button`, `.m-subscribe-to-listing-button`, `#listButton`                         |                                                                                    `.m-listing-layout__button`                                                                                    |
|                                                         `.m-form`                                                         |                                                                                           `.m-bid-form`                                                                                           |
|                                                       `.m-rich-form`                                                      |                                                                                  `.m-bid-form .m-bid-form--rich`                                                                                  |
|        `.m-rich-form-min`, `.m-rich-form-input-container`, `.m-rich-form-input-inner`, `.m-rich-form-input-balance`       |                                             `.m-bid-form__status`, `.m-bid-form__input-container`, `.m-bid-form__input`, `.m-bid-form__wallet-balance`                                            |
| `.m-interaction-history`, `.m-interaction-history-header`, `.m-interaction-history-inner`, `.m-interaction-history-empty` |                                                  `.m-interactions`, `.m-interactions__header`, `.m-interactions__inner`, `.m-interactions--empty`                                                 |
|           `.m-interaction-amount`, `.m-interaction-timestamp`, `.m-interaction-user`, `.m-interaction-referrer`           |                                             `.m-interaction__amount`, `.m-interaction__timestamp`, `.m-interaction__user`, `.m-interaction__referrer`                                             |
|                            `.m-offer-under-floor`, `.m-offer-rank`, `.m-offer-floor-separator`                            |                                                      `.m-interaction--under-floor`, `.m-interactio__rank`, `.m-interaction__floor-separator`                                                      |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.manifold.xyz/manifold-for-developers/resources/widgets/marketplace-widgets/version-change-notes/3.2.1-css-selector-changes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
