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

Nicer input elements

This commit is contained in:
Lars Martens 2016-11-24 21:03:09 +01:00
parent c20f7df61e
commit a0b7cc4a2f
2 changed files with 13 additions and 1 deletions

View file

@ -30,6 +30,18 @@ a{
color: #000000;
}
input[type="text"], select{
border: 1px solid #aaa;
border-radius: 3px;
padding: 0.5em;
}
input[type="text"]:not(:last-child){
margin-bottom: 0.5em;
}
#customname{
margin-bottom: 0;
}
#gl{
width: 60%;
height: 100%;