8,960
edits
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
. | .tooltip-box { | ||
position: absolute; | |||
background-color: #333; | |||
color: #fff; | |||
padding: 5px; | |||
border-radius: 5px; | |||
font-size: 12px; | |||
z-index: 1000; | |||
white-space: nowrap; | |||
} | } | ||
. | .tooltip { | ||
cursor: pointer; | |||
border-bottom: 1px dotted; | |||
} | } | ||