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:
parent
2295f5744b
commit
11f1eb6d57
4 changed files with 122 additions and 32 deletions
24
style.css
24
style.css
|
@ -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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue