Impr todo & removed tr hover (theme incompatibility)
This commit is contained in:
		
							parent
							
								
									948db550fe
								
							
						
					
					
						commit
						9f47510eb9
					
				
					 1 changed files with 4 additions and 7 deletions
				
			
		
							
								
								
									
										11
									
								
								style.css
									
										
									
									
									
								
							
							
						
						
									
										11
									
								
								style.css
									
										
									
									
									
								
							| 
						 | 
					@ -32,15 +32,12 @@ todo::before{
 | 
				
			||||||
	content: "TODO";
 | 
						content: "TODO";
 | 
				
			||||||
	background-color: #0FF;
 | 
						background-color: #0FF;
 | 
				
			||||||
	font-weight: bold;
 | 
						font-weight: bold;
 | 
				
			||||||
	padding: 2px;
 | 
						padding: 0 5px;
 | 
				
			||||||
	margin-right: 5px;
 | 
					}
 | 
				
			||||||
 | 
					todo{
 | 
				
			||||||
 | 
						border: solid 1px #F00;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
pre{
 | 
					pre{
 | 
				
			||||||
	border-left: 4px solid #A49C8E !important;
 | 
						border-left: 4px solid #A49C8E !important;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
tbody tr:hover{
 | 
					 | 
				
			||||||
	background-color: #FBFBFB !important;
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue