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:
parent
caf851ca37
commit
bee50df3ae
5 changed files with 1060 additions and 16 deletions
18
style.css
18
style.css
|
@ -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%;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue