Change color.
This commit is contained in:
		
							parent
							
								
									e62a855409
								
							
						
					
					
						commit
						819cf8381c
					
				| @ -60,7 +60,7 @@ class UploadButtonElement extends HTMLElement { | |||||||
|                 justify-content: center; |                 justify-content: center; | ||||||
|                 align-items: center; |                 align-items: center; | ||||||
|                 height: 100vh; |                 height: 100vh; | ||||||
|                 background-color: #f4f4f4; |                 background-color: #000000; | ||||||
|             } |             } | ||||||
|             .upload-container { |             .upload-container { | ||||||
|                 position: relative; |                 position: relative; | ||||||
| @ -70,7 +70,7 @@ class UploadButtonElement extends HTMLElement { | |||||||
|                 align-items: center; |                 align-items: center; | ||||||
|                 justify-content: center; |                 justify-content: center; | ||||||
|                 padding: 10px 20px; |                 padding: 10px 20px; | ||||||
|                 background-color: #f05a28; |                 background-color: #000000; | ||||||
|                 color: white; |                 color: white; | ||||||
|                 border: none; |                 border: none; | ||||||
|                 border-radius: 5px; |                 border-radius: 5px; | ||||||
| @ -87,7 +87,7 @@ class UploadButtonElement extends HTMLElement { | |||||||
|                 left: 0; |                 left: 0; | ||||||
|                 top: 0; |                 top: 0; | ||||||
|                 height: 100%; |                 height: 100%; | ||||||
|                 background: rgba(255, 255, 255, 0.4); |                 background: #f05a28;; | ||||||
|                 width: 0%; |                 width: 0%; | ||||||
|             } |             } | ||||||
|             .hidden-input { |             .hidden-input { | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user