forked from public/foundryvtt-reve-de-dragon
tooltip pour titres
This commit is contained in:
@ -1292,6 +1292,9 @@ display: inline-flex;
|
||||
.tooltip {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.tooltip-dotted {
|
||||
border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
|
||||
}
|
||||
|
||||
@ -1332,9 +1335,16 @@ display: inline-flex;
|
||||
padding: 3px 0;
|
||||
}
|
||||
|
||||
.tooltip-nobottom {
|
||||
border-bottom: unset; /* If you want dots under the hoverable text */
|
||||
.tooltip .ttt-titre {
|
||||
text-align: justify;
|
||||
width: 100%;
|
||||
top: 30px;
|
||||
background: rgba(220,220,210,0.95);
|
||||
border-radius: 6px;
|
||||
font-size: 0.9rem;
|
||||
padding: 3px;
|
||||
}
|
||||
|
||||
.tooltip .ttt-xp {
|
||||
width: 250px;
|
||||
background: rgba(220,220,210,0.95);
|
||||
|
Reference in New Issue
Block a user