mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	toasts should respect close button coloring
This commit is contained in:
		| @@ -38,6 +38,10 @@ $form-check-radio-checked-bg-image-dark: url("data:image/svg+xml,<svg xmlns='htt | ||||
|   .form-check-input:checked[type=radio] { | ||||
|     background-image: escape-svg($form-check-radio-checked-bg-image-dark); | ||||
|   } | ||||
|  | ||||
|   .btn-close { | ||||
|     filter: none !important; | ||||
|   } | ||||
| } | ||||
|  | ||||
| .primary-dark { | ||||
| @@ -168,7 +172,7 @@ $form-check-radio-checked-bg-image-dark: url("data:image/svg+xml,<svg xmlns='htt | ||||
|     text-shadow: 0 1px 0 #666; | ||||
|   } | ||||
|  | ||||
|   .modal .btn-close, .alert .btn-close { | ||||
|   .modal .btn-close, .alert .btn-close, .toast .btn-close { | ||||
|     filter: invert(1) grayscale(100%) brightness(200%); | ||||
|   } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Michael Shamoon
					Michael Shamoon