mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-11-15 12:37:14 +01:00
10 lines
179 B
CSS
10 lines
179 B
CSS
#tooltip {
|
|
position: absolute;
|
|
z-index: 3000;
|
|
border: 1px solid #111;
|
|
background-color: #eee;
|
|
padding: 5px;
|
|
opacity: 0.85;
|
|
}
|
|
#tooltip h3, #tooltip div { margin: 0; }
|