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:
parent
c20f7df61e
commit
a0b7cc4a2f
2 changed files with 13 additions and 1 deletions
12
style.css
12
style.css
|
@ -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%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue