Fixed #920
This commit is contained in:
		
							parent
							
								
									aca8d5aeed
								
							
						
					
					
						commit
						7a17f427c8
					
				| @ -74,6 +74,7 @@ | ||||
|     box-shadow: none; | ||||
| 
 | ||||
|     .app-well-app-running-dot { | ||||
|       background-color: if($variant == 'light', rgba(black, 0.75), rgba(white, 0.75)); | ||||
|       margin-bottom: 0 !important; | ||||
|     } | ||||
| 
 | ||||
|  | ||||
| @ -1,4 +1,4 @@ | ||||
| $dash_background_color: if($variant == 'light', rgba($panel_bg, $panel_opacity), rgba($panel_bg, $panel_opacity + 0.1)); | ||||
| $dash_background_color: rgba(white, 0.15); | ||||
| $dash_placeholder_size: 32px; | ||||
| $dash_padding: $base_padding + 4px; // 10px/8px | ||||
| $dash_spacing: $base_padding / 4; | ||||
| @ -17,7 +17,7 @@ $dash_border_radius: $dash_padding * 1.5 + 12px; | ||||
| 
 | ||||
|   // Running app indicator (shown in dash) | ||||
|   .app-well-app-running-dot { | ||||
|     background-color: if($variant == 'light', rgba(black, 0.75), rgba(white, 0.75)); | ||||
|     margin-bottom: 0; | ||||
|   } | ||||
| 
 | ||||
|   .dash-background { | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 vinceliuice
						vinceliuice