mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	Dark mode compatibility
This commit is contained in:
		 Michael Shamoon
					Michael Shamoon
				
			
				
					committed by
					
						 jonaswinkler
						jonaswinkler
					
				
			
			
				
	
			
			
			 jonaswinkler
						jonaswinkler
					
				
			
						parent
						
							6ae65e0ab4
						
					
				
				
					commit
					2f2b5b90ea
				
			| @@ -246,6 +246,16 @@ $border-color-dark-mode: #47494f; | ||||
|     } | ||||
|   } | ||||
|  | ||||
|   .btn-light:not(:disabled):not(.disabled) { | ||||
|     background-color: $bg-dark-mode; | ||||
|     color: $text-color-dark-mode-accent; | ||||
|  | ||||
|     &:hover { | ||||
|       background-color: $text-color-dark-mode; | ||||
|       color: $bg-dark-mode; | ||||
|     } | ||||
|   } | ||||
|  | ||||
|   .btn-link:not(:disabled):not(.disabled) { | ||||
|     color: $primary-dark-mode; | ||||
|   } | ||||
| @@ -366,6 +376,12 @@ $border-color-dark-mode: #47494f; | ||||
|   .progress-bar.bg-primary { | ||||
|     background-color: darken($primary-dark-mode, 5%) !important; | ||||
|   } | ||||
|  | ||||
|   .ngb-dp-header, | ||||
|   .ngb-dp-weekdays, | ||||
|   .ngb-dp-month { | ||||
|     background-color: $bg-light-dark-mode; | ||||
|   } | ||||
| } | ||||
|  | ||||
| body.color-scheme-dark { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user