# image-map-hotspots/3.7/assets/css/deactivation.css

Image Hotspot – Map Image Annotation, version 3.7. 40 lines.

- Page: https://pluginprobe.com/plugins/image-map-hotspots/3.7/code/assets/css/deactivation.css
- Raw: https://pluginprobe.com/plugins/image-map-hotspots/3.7/raw/assets/css/deactivation.css
- Modified: 2026-08-11T00:58:22+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/image-map-hotspots/3.7/code/assets/css/deactivation.css#L10-L20`.

```css
#imh-6310-myplugin-modal {
  position: fixed;
  inset: 0;
  z-index: 999999;
}

.imh-6310-myplugin-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

.imh-6310-myplugin-popup {
  position: relative;
  width: 500px;
  max-width: 90%;
  background: #fff;
  margin: 80px auto;
  padding: 25px;
  border-radius: 8px;
  z-index: 2;
}

.imh-6310-myplugin-popup h2 {
  margin-top: 0;
}

.imh-6310-myplugin-popup label {
  display: block;
  margin-bottom: 12px;
}

.imh-6310-myplugin-popup textarea {
  width: 100%;
  margin-top: 15px;
}

.imh-6310-myplugin-actions {
  margin-top: 20px;
}
```
