You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
172 B
CSS
10 lines
172 B
CSS
2 months ago
|
#tooltip {
|
||
|
position: absolute;
|
||
|
z-index: 3000;
|
||
|
border: 1px solid #111;
|
||
|
background-color: #eee;
|
||
|
padding: 5px;
|
||
|
opacity: 0.85;
|
||
|
}
|
||
|
#tooltip h3, #tooltip div { margin: 0; }
|