1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 09:18:48 +02:00
phorge-phorge/webroot/rsrc/css/aphront/tooltip.css

28 lines
387 B
CSS
Raw Normal View History

/**
* @provides aphront-tooltip-css
*/
.jx-tooltip-container {
position: absolute;
z-index: 18;
}
.jx-tooltip {
background: #222222;
color: #f9f9f9;
padding: 6px 8px;
overflow: hidden;
white-space: pre-wrap;
opacity: 0.9;
box-shadow: 0 0 2px rgba(255, 255, 255, 0.5);
}
.jx-tooltip-align-E {
padding-left: 3px;
}
.jx-tooltip-align-N {
padding-bottom: 3px;
}