mirror of
				https://github.com/haselkern/Minecraft-ArmorStand.git
				synced 2025-11-04 05:14:06 +00:00 
			
		
		
		
	Save and Load functionality (#23)
* added save and load functionality * disabled debug console.logs
This commit is contained in:
		
							parent
							
								
									bc5c8741f2
								
							
						
					
					
						commit
						565427f6f1
					
				
					 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