mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-03 08:02:36 +09:00 
			
		
		
		
	fix css for del code
This commit is contained in:
		@@ -653,12 +653,18 @@
 | 
				
			|||||||
                        background-color: #E0E0E0 !important;
 | 
					                        background-color: #E0E0E0 !important;
 | 
				
			||||||
                        border-color: #ADADAD !important;
 | 
					                        border-color: #ADADAD !important;
 | 
				
			||||||
                    }
 | 
					                    }
 | 
				
			||||||
 | 
					                    td.selected-line, td.selected-line pre {
 | 
				
			||||||
 | 
					                        background-color: #ffffdd !important;
 | 
				
			||||||
 | 
					                    }
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
                &.del-code {
 | 
					                &.del-code {
 | 
				
			||||||
                    td, pre {
 | 
					                    td, pre {
 | 
				
			||||||
                        background-color: #ffe2dd !important;
 | 
					                        background-color: #ffe2dd !important;
 | 
				
			||||||
                        border-color: #e9aeae !important;
 | 
					                        border-color: #e9aeae !important;
 | 
				
			||||||
                    }
 | 
					                    }
 | 
				
			||||||
 | 
					                    td.selected-line, td.selected-line pre {
 | 
				
			||||||
 | 
					                        background-color: #ffffdd !important;
 | 
				
			||||||
 | 
					                    }
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
                &.add-code {
 | 
					                &.add-code {
 | 
				
			||||||
                    td, pre { 
 | 
					                    td, pre { 
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user