Skip to content

Commit b9ea8a1

Browse files
committed
make icons go down
Signed-off-by: ClaytonTDM <[email protected]>
1 parent 6dbcd4a commit b9ea8a1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

game/Custom.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -867,6 +867,14 @@ input[type="checkbox"]:checked {
867867
background-size: 100% 100%;
868868
line-height: 1.49;
869869
}
870+
.BigLevel:active + img {
871+
transform: translateY(1.5px);
872+
}
873+
874+
.BigLevel:active + img[src="images/interface/icon_house.png"] {
875+
transform: translateY(1px);
876+
}
877+
870878
#dOptionsMenu .OMd0 {
871879
margin-left: -45px;
872880
}

0 commit comments

Comments
 (0)