mirror of
				https://github.com/TeaOSLab/EdgeAdmin.git
				synced 2025-11-04 05:00:25 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			21 lines
		
	
	
		
			541 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			541 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
.ui.toggle.checkbox input:focus:checked ~ .box:before,
 | 
						|
.ui.toggle.checkbox input:focus:checked ~ label:before {
 | 
						|
  background-color: #21ba45 !important;
 | 
						|
}
 | 
						|
.ui.toggle.checkbox input:checked ~ .box:before,
 | 
						|
.ui.toggle.checkbox input:checked ~ label:before {
 | 
						|
  background-color: #21ba45 !important;
 | 
						|
}
 | 
						|
.ui.label.basic {
 | 
						|
  background-color: white !important;
 | 
						|
}
 | 
						|
form .fields {
 | 
						|
  margin-bottom: 0 !important;
 | 
						|
}
 | 
						|
.link.grey {
 | 
						|
  color: grey !important;
 | 
						|
}
 | 
						|
.link.grey:hover {
 | 
						|
  color: #4183c4 !important;
 | 
						|
}
 | 
						|
/*# sourceMappingURL=@layout_override.css.map */ |