add tooltips for attributes and combat rolls

This commit is contained in:
Sven Balzer
2024-10-30 17:57:25 +01:00
parent a6ae10beba
commit 307307d271
7 changed files with 219 additions and 60 deletions
+9 -5
View File
@@ -87,17 +87,17 @@
.sheet .die {
display: inline-grid;
text-align: center;
text-align: center;
align-items: center;
color: #fff;
width: 48px;
height: 48px;
}
.sheet .die > * {
grid-row: 1;
grid-column: 1;
width: 48px;
height: 48px;
line-height: 48px;
}
.sheet .die-courage { fill: #b22319; }
@@ -230,3 +230,7 @@
.actor-sheet .kampf .ruestungen > *:last-child {
border: none;
}
#tooltip:has(> .dsa41-tooltip) {
/* background-color: #678ec3; */
}