1
0
Fork 0
mirror of https://github.com/haselkern/Minecraft-ArmorStand.git synced 2025-05-18 05:55:35 +00:00

Lock Certain Slots

This commit is contained in:
haselkern 2014-08-20 18:05:01 +02:00
parent 2295f5744b
commit 11f1eb6d57
4 changed files with 122 additions and 32 deletions

View file

@ -65,4 +65,28 @@ a{
#customequipment input[type=text]{
width: 100%;
}
#disabledslots{
display: block;
}
#disabledslots .first{
width: 60px;
display: inline-block;
clear: left;
}
#disabledslots span{
width: 16px;
height: 16px;
display: inline-block;
}
#disabledslots .sprite{
background-repeat: no-repeat;
background-image: url("ic/slots.png");
width: 16px;
height: 16px;
display: inline-block;
}