mirror of
https://github.com/haselkern/Minecraft-ArmorStand.git
synced 2025-05-18 05:55:35 +00:00
added save and load functionality
This commit is contained in:
parent
bc5c8741f2
commit
ba7fc84240
4 changed files with 292 additions and 16 deletions
21
style.css
21
style.css
|
@ -30,6 +30,27 @@ a{
|
|||
color: #000000;
|
||||
}
|
||||
|
||||
button {
|
||||
border: 1px solid #aaa;
|
||||
background-color: rgb(230, 230, 230);
|
||||
border-radius: 3px;
|
||||
padding: 0.5em;
|
||||
}
|
||||
|
||||
button:hover {
|
||||
cursor: pointer;
|
||||
background-color: rgb(220, 220, 220);
|
||||
}
|
||||
|
||||
button:active {
|
||||
background-color: rgb(200, 200, 200);
|
||||
}
|
||||
|
||||
button:focus {
|
||||
|
||||
outline:0;
|
||||
}
|
||||
|
||||
input[type="text"], select{
|
||||
border: 1px solid #aaa;
|
||||
border-radius: 3px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue