mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Spells/Effects
* also list affected spells directly in the spell effect * allow more spell auras to display affected spells
This commit is contained in:
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user