Spells/Effects

* also list affected spells directly in the spell effect
 * allow more spell auras to display affected spells
This commit is contained in:
Sarjuuk
2024-04-02 01:07:43 +02:00
parent 7b43739dbc
commit e09e3a7260
9 changed files with 154 additions and 21 deletions

View File

@@ -1494,6 +1494,14 @@ span.icon-instance8 {
margin-top: 4px;
}
.icontab.show-all tr {
display: table-row !important;
}
.icontab.show-all tr.icontab-revealer {
display: none !important;
}
.icontab tr {
background: none !important;
}
@@ -1532,6 +1540,19 @@ span.icon-instance8 {
border-radius: 3px;
}
.icontab-revealer a {
color: inherit;
display: block;
font-size: 14px;
height: 44px;
line-height: 44px;
text-align: center
}
.icontab-revealer a:hover {
color: #fff;
}
.lightbox-outer {
position: fixed;
left: 50%;