add tooltips for attributes and combat rolls
This commit is contained in:
+9
-5
@@ -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; */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user