mirror of
				https://github.com/flynx/ImageGrid.git
				synced 2025-10-31 11:20:09 +00:00 
			
		
		
		
	tweaking css...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
		
							parent
							
								
									bc77ed039f
								
							
						
					
					
						commit
						ea433bee78
					
				| @ -570,6 +570,7 @@ body { | |||||||
| } | } | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
|  | 
 | ||||||
| /* DEBUG stuff... */ | /* DEBUG stuff... */ | ||||||
| .container-center { | .container-center { | ||||||
| 	position: absolute; | 	position: absolute; | ||||||
|  | |||||||
| @ -26,6 +26,8 @@ | |||||||
| .viewer.gray { | .viewer.gray { | ||||||
| 	--text-color: white; | 	--text-color: white; | ||||||
| 	--background-color: #333; | 	--background-color: #333; | ||||||
|  | 	--image-background-color: black; | ||||||
|  | 	--ribbon-background-color: none; | ||||||
| 	--dialog-background-color: #555; | 	--dialog-background-color: #555; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| @ -614,7 +616,7 @@ stretching in width... */ | |||||||
| 	float: left; | 	float: left; | ||||||
| 	clear: both; | 	clear: both; | ||||||
| 
 | 
 | ||||||
| 	background: black; | 	background: var(--ribbon-background-color); | ||||||
| 
 | 
 | ||||||
| 	margin-top: var(--ribbon-margin); | 	margin-top: var(--ribbon-margin); | ||||||
| 	margin-bottom: var(--ribbon-margin); | 	margin-bottom: var(--ribbon-margin); | ||||||
| @ -717,7 +719,12 @@ stretching in width... */ | |||||||
| 
 | 
 | ||||||
| .image { | .image { | ||||||
| 	padding: var(--single-image-indicator-size); | 	padding: var(--single-image-indicator-size); | ||||||
|  | 	background-color: var(--image-background-color); | ||||||
| } | } | ||||||
|  | .single-image-mode .image { | ||||||
|  | 	background-color: none; | ||||||
|  | } | ||||||
|  | 
 | ||||||
| .image div { | .image div { | ||||||
| 	display: block; | 	display: block; | ||||||
| 	position: absolute; | 	position: absolute; | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user