mirror of
https://github.com/haselkern/Minecraft-ArmorStand.git
synced 2025-05-17 15:05:33 +00:00
Nicer input elements
This commit is contained in:
parent
c20f7df61e
commit
a0b7cc4a2f
2 changed files with 13 additions and 1 deletions
|
@ -135,7 +135,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="padding underline">
|
<div class="padding underline">
|
||||||
<input type="text" name="customname" placeholder="Custom name">
|
<input type="text" name="customname" id="customname" placeholder="Custom name">
|
||||||
<label><input type="checkbox" name="showcustomname">Show custom name</label>
|
<label><input type="checkbox" name="showcustomname">Show custom name</label>
|
||||||
<br>
|
<br>
|
||||||
</div>
|
</div>
|
||||||
|
|
12
style.css
12
style.css
|
@ -30,6 +30,18 @@ a{
|
||||||
color: #000000;
|
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{
|
#gl{
|
||||||
width: 60%;
|
width: 60%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue