mirror of
https://github.com/Acamaeda/The-Modding-Tree.git
synced 2024-11-27 18:41:57 +00:00
Fixed layering
This commit is contained in:
parent
977ffcb530
commit
7a287042cd
2 changed files with 8 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
- The challenge that you are currently in is highlighted, and will not be hidden if "hide completed challenges" is on and it is already completed.
|
- The challenge that you are currently in is highlighted, and will not be hidden if "hide completed challenges" is on and it is already completed.
|
||||||
- Fixed the infobox not appearing in default tabFormat.
|
- Fixed the infobox not appearing in default tabFormat.
|
||||||
|
- Fixed upgrade/buyable layering when they are hovered over.
|
||||||
|
|
||||||
### v2.5.10.2 - 5/24/21
|
### v2.5.10.2 - 5/24/21
|
||||||
- Fixed some things in the tree tab not being clickable.
|
- Fixed some things in the tree tab not being clickable.
|
||||||
|
|
|
@ -118,6 +118,13 @@ h1, h2, h3, b, input {
|
||||||
box-shadow: 0 0 20px var(--points)
|
box-shadow: 0 0 20px var(--points)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.can.upg:hover {
|
||||||
|
z-index: 2
|
||||||
|
}
|
||||||
|
|
||||||
|
.can.buyable:hover {
|
||||||
|
z-index: 2
|
||||||
|
}
|
||||||
|
|
||||||
.resetNotify {
|
.resetNotify {
|
||||||
box-shadow: var(--hqProperty2a), 0 0 8px #ffffff;
|
box-shadow: var(--hqProperty2a), 0 0 8px #ffffff;
|
||||||
|
|
Loading…
Reference in a new issue