mirror of
				https://github.com/telekom-security/tpotce.git
				synced 2025-11-03 22:12:53 +00:00 
			
		
		
		
	
		
			
	
	
		
			18 lines
		
	
	
	
		
			286 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
		
		
			
		
	
	
			18 lines
		
	
	
	
		
			286 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
| 
								 | 
							
								.btn {
							 | 
						||
| 
								 | 
							
								  -webkit-border-radius: 0;
							 | 
						||
| 
								 | 
							
								  -moz-border-radius: 0;
							 | 
						||
| 
								 | 
							
								  border-radius: 0px;
							 | 
						||
| 
								 | 
							
								  font-family: Arial;
							 | 
						||
| 
								 | 
							
								  color: #ffffff;
							 | 
						||
| 
								 | 
							
								  font-size: 12px;
							 | 
						||
| 
								 | 
							
								  background: #E20074;
							 | 
						||
| 
								 | 
							
								  padding: 2px 30px 2px 30px;
							 | 
						||
| 
								 | 
							
								  text-decoration: none;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								.btn:hover {
							 | 
						||
| 
								 | 
							
								  background: #c2c2c2;
							 | 
						||
| 
								 | 
							
								  text-decoration: none;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								
							 |