mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-31 10:37:12 -04:00 
			
		
		
		
	fix logo coloring, saved view widget link, card coloring
This commit is contained in:
		
							parent
							
								
									db98eed392
								
							
						
					
					
						commit
						bc97a13a62
					
				| @ -1,6 +1,6 @@ | ||||
| <app-widget-frame [title]="savedView.name"> | ||||
| 
 | ||||
|   <a header-buttons [routerLink]="[]" (click)="showAll()" i18n>Show all</a> | ||||
|   <a class="btn-link" header-buttons [routerLink]="[]" (click)="showAll()" i18n>Show all</a> | ||||
| 
 | ||||
| 
 | ||||
|   <table content class="table table-sm table-hover table-borderless mb-0"> | ||||
|  | ||||
| @ -16,7 +16,7 @@ | ||||
| } | ||||
| 
 | ||||
| svg.logo { | ||||
|   .logo { | ||||
|   .leaf { | ||||
|     fill: var(--bs-primary) !important; | ||||
|   } | ||||
|   .text { | ||||
|  | ||||
| @ -60,6 +60,12 @@ $border-color-dark-mode: #47494f; | ||||
|     color: var(--bs-body-color) !important; | ||||
|   } | ||||
| 
 | ||||
|   .btn-outline-primary, .btn-primary { | ||||
|     &:hover, &:focus, &.active, &:active { | ||||
|       color: var(--bs-body-color) !important; | ||||
|     } | ||||
|   } | ||||
| 
 | ||||
|   .btn-outline-secondary { | ||||
|     &:hover, &:focus, &.active, &:active { | ||||
|       background-color: var(--ngx-bg-darker); | ||||
| @ -69,6 +75,10 @@ $border-color-dark-mode: #47494f; | ||||
| 
 | ||||
|   .card { | ||||
|     background-color: var(--bs-body-bg); | ||||
| 
 | ||||
|     .card-header { | ||||
|       background-color: rgba(0, 0, 0, 0.12); | ||||
|     } | ||||
|   } | ||||
| 
 | ||||
|   .modal-content, .modal-header, .modal-body, .modal-footer { | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user