mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-03 03:16:10 -06:00 
			
		
		
		
	Dark mode compatability
This commit is contained in:
		@@ -104,6 +104,10 @@
 | 
			
		||||
    svg {
 | 
			
		||||
      display: none;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    .form-control::placeholder {
 | 
			
		||||
      color: rgba(255, 255, 255, 0);
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  .form-control {
 | 
			
		||||
@@ -121,7 +125,7 @@
 | 
			
		||||
 | 
			
		||||
    &:focus {
 | 
			
		||||
      background-color: #fff;
 | 
			
		||||
      color: initial;
 | 
			
		||||
      color: #212529;
 | 
			
		||||
      flex-grow: 1;
 | 
			
		||||
      padding-left: 0.5rem;
 | 
			
		||||
    }
 | 
			
		||||
 
 | 
			
		||||
@@ -36,6 +36,10 @@ $border-color-dark-mode: #47494f;
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  .text-light {
 | 
			
		||||
    color: $text-color-dark-mode !important;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  .border {
 | 
			
		||||
    border-color: $border-color-dark-mode !important;
 | 
			
		||||
  }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user