description complete sur mouseover
This commit is contained in:
@ -447,6 +447,16 @@ table {border: 1px solid #7a7971;}
|
||||
font-size: 0.70rem;
|
||||
text-align: right;
|
||||
}
|
||||
.poesie-overflow {
|
||||
color: rgba(82, 17, 131, 0.9);
|
||||
max-height: 2.5rem;
|
||||
overflow: hidden;
|
||||
}
|
||||
.poesie-overflow:hover {
|
||||
max-height: unset;
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
/* ======================================== */
|
||||
/* Sheet */
|
||||
.window-app.sheet .window-content .sheet-header{
|
||||
|
Reference in New Issue
Block a user