mirror of
https://github.com/seigler/bl2skills.com
synced 2025-07-27 01:36:10 +00:00
Add hardcoded skill point for action skill
This commit is contained in:
parent
43c78075a7
commit
24e5ec9494
2 changed files with 7 additions and 2 deletions
7
main.css
7
main.css
|
@ -205,11 +205,16 @@ body.choicePage .wrapper {
|
|||
color: white;
|
||||
}
|
||||
|
||||
.skill-action .points {
|
||||
visibility: initial;
|
||||
}
|
||||
|
||||
.skill.partial .points {
|
||||
color: #F80;
|
||||
}
|
||||
|
||||
.skill.full .points {
|
||||
.skill.full .points,
|
||||
.skill-action .points {
|
||||
color: #0B0;
|
||||
}
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
<div>
|
||||
<div class="skill-action"><img src="icons/mechromancer-actionskill.png" />
|
||||
<div class="description"><h2>Summon Deathtrap</h2>Action Skill. Summon Deathtrap to fight for you. Cooldown: 60 seconds</div>
|
||||
<div class="points"></div>
|
||||
<div class="points">1/1</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="treeCollection">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue