mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-28 04:11:33 +01:00
20 lines
384 B
CSS
20 lines
384 B
CSS
.classfortooltiponclick .fa-question-circle {
|
|
cursor: pointer;
|
|
}
|
|
|
|
/**
|
|
Used for tooltip freeze with alt keypress
|
|
this allow first child tooltip
|
|
**/
|
|
div.ui-tooltip.mytooltip-hover-tooltip {
|
|
z-index: 999999;
|
|
border: solid 1px #BBBBBB;
|
|
padding: 10px 20px;
|
|
border-radius: 0;
|
|
box-shadow: 0 0 4px grey;
|
|
margin: 2px;
|
|
font-stretch: condensed;
|
|
line-height: 1.6em;
|
|
max-width: 550px;
|
|
}
|