mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	fix global overlay color
This commit is contained in:
		| @@ -425,13 +425,17 @@ table.table { | |||||||
|   right: 0; |   right: 0; | ||||||
|   bottom: 0; |   bottom: 0; | ||||||
|   left: 0; |   left: 0; | ||||||
|   background-color: rgba(23, 84, 31, .8); |   background-color: hsla(var(--pngx-primary), var(--pngx-primary-lightness), .8); | ||||||
|   z-index: 1055; // $zindex-modal |   z-index: 1055; // $zindex-modal | ||||||
|   pointer-events: none !important; |   pointer-events: none !important; | ||||||
|   user-select: none !important; |   user-select: none !important; | ||||||
|   text-align: center; |   text-align: center; | ||||||
|   padding-top: 25%; |   padding-top: 25%; | ||||||
|  |  | ||||||
|  |   h2 { | ||||||
|  |     color: var(--pngx-primary-text-contrast) | ||||||
|  |   } | ||||||
|  |  | ||||||
|   &.show { |   &.show { | ||||||
|     opacity: 1 !important; |     opacity: 1 !important; | ||||||
|   } |   } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Michael Shamoon
					Michael Shamoon