change line-through style from grey to red
This commit is contained in:
		
							parent
							
								
									a30aaebc72
								
							
						
					
					
						commit
						96afb88518
					
				@ -319,5 +319,5 @@ menu li.selected span {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
menu li.line-through {
 | 
					menu li.line-through {
 | 
				
			||||||
  text-decoration-line: line-through;
 | 
					  text-decoration-line: line-through;
 | 
				
			||||||
  color: grey;
 | 
					  color: red;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
@ -209,7 +209,7 @@ class MyIdMenu: Reactor.Component {
 | 
				
			|||||||
                <li #whitelist title="Only whitelisted IP can access me">IP Whitelisting</li>
 | 
					                <li #whitelist title="Only whitelisted IP can access me">IP Whitelisting</li>
 | 
				
			||||||
                <li #custom-server>ID/Relay Server</li>
 | 
					                <li #custom-server>ID/Relay Server</li>
 | 
				
			||||||
                <div .separator />
 | 
					                <div .separator />
 | 
				
			||||||
                <li #stop-service class={service_stopped ? "line-through" : "selected"}><span>{svg_checkmark}</span>Enable service</li>
 | 
					                <li #stop-service class={service_stopped ? "line-through" : "selected"}><span>{svg_checkmark}</span>Enable Service</li>
 | 
				
			||||||
                <div .separator />
 | 
					                <div .separator />
 | 
				
			||||||
                <li #forum>Forum</li>
 | 
					                <li #forum>Forum</li>
 | 
				
			||||||
                <li #about>About {handler.get_app_name()}</li>
 | 
					                <li #about>About {handler.get_app_name()}</li>
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user