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

Added Colorpicker

This commit is contained in:
Lars Martens 2015-03-24 17:11:10 +01:00
parent caf851ca37
commit bee50df3ae
5 changed files with 1060 additions and 16 deletions

View file

@ -63,10 +63,6 @@ a{
color: #ffffff;
}
#customequipment input[type=text]{
width: 100%;
}
#disabledslots{
display: block;
}
@ -89,4 +85,18 @@ a{
width: 16px;
height: 16px;
display: inline-block;
}
/* Things needed for colorpicker */
.colorfield{
display: inline-block;
width: 15%;
vertical-align: middle;
height: 1em;
background-color: #ff8800;
border: 1px solid #777;
}
.equipment{
width: 80%;
}