mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-01 19:17:15 -04:00 
			
		
		
		
	Fix: document history text color illegible in light mode (#6601)
This commit is contained in:
		
							parent
							
								
									22e88046bc
								
							
						
					
					
						commit
						190b648c72
					
				| @ -15,7 +15,7 @@ | ||||
|                 <li class="list-group-item"> | ||||
|                     <div class="d-flex justify-content-between align-items-center"> | ||||
|                         <ng-template #timestamp> | ||||
|                             <div class="text-light"> | ||||
|                             <div> | ||||
|                                 {{ entry.timestamp | customDate:'longDate' }} {{ entry.timestamp | date:'shortTime' }} | ||||
|                             </div> | ||||
|                         </ng-template> | ||||
| @ -33,19 +33,19 @@ | ||||
|                                 @if (change.value["type"] === 'm2m') { | ||||
|                                     <li> | ||||
|                                         <span class="fst-italic" i18n>{{ change.value["operation"] | titlecase }}</span>  | ||||
|                                         <span class="text-light">{{ change.key | titlecase }}</span>:  | ||||
|                                         <span>{{ change.key | titlecase }}</span>:  | ||||
|                                         <code class="text-primary">{{ change.value["objects"].join(', ') }}</code> | ||||
|                                     </li> | ||||
|                                 } | ||||
|                                 @else if (change.value["type"] === 'custom_field') { | ||||
|                                     <li> | ||||
|                                         <span class="text-light">{{ change.value["field"] }}</span>:  | ||||
|                                         <span>{{ change.value["field"] }}</span>:  | ||||
|                                         <code class="text-primary">{{ change.value["value"] }}</code> | ||||
|                                     </li> | ||||
|                                 } | ||||
|                                 @else { | ||||
|                                     <li> | ||||
|                                         <span class="text-light">{{ change.key | titlecase }}</span>:  | ||||
|                                         <span>{{ change.key | titlecase }}</span>:  | ||||
|                                         <code class="text-primary">{{ change.value[1] }}</code> | ||||
|                                     </li> | ||||
|                                 } | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user