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

Click to copy code

This commit is contained in:
Lars Martens 2017-06-14 10:07:03 +02:00
parent 7ab69d7a42
commit 99bc954931
3 changed files with 42 additions and 1 deletions

View file

@ -78,6 +78,13 @@ input[type="text"]:not(:last-child){
border-radius: 3px;
color: #ffffff;
}
#code-copy-hint{
font-family: sans-serif;
font-style: italic;
font-size: 0.8em;
text-align: right;
opacity: 0.6;
}
#disabledslots{
display: block;