Page History
...
Div | ||||
---|---|---|---|---|
| ||||
...
Envision User Interface: Click on the highlighted panels to read more about Envision's user interface components.
CSS Stylesheet |
---|
.map-area {
fill: transparent;
stroke: rgb(196, 58, 95);
stroke-width: 2;
}
.map-area:hover {
fill: rgba(196, 58, 95, 0.2);
}
.tooltip {
position: absolute;
background-color: #333;
color: #fff;
padding: 5px 10px;
border-radius: 4px;
font-size: 12px;
display: none;
pointer-events: none;
z-index: 10;
} |
Section | |||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|