mirror of
https://github.com/MISP/misp-galaxy.git
synced 2024-11-23 15:27:18 +00:00
10 lines
No EOL
190 B
CSS
10 lines
No EOL
190 B
CSS
.tooltip {
|
|
position: absolute;
|
|
text-align: center;
|
|
padding: 8px;
|
|
background: lightgrey;
|
|
border: 0px;
|
|
border-radius: 4px;
|
|
pointer-events: none;
|
|
color: black;
|
|
} |