Change border color of activity-stream (#7724)
This commit is contained in:
		
							parent
							
								
									64d7a63f18
								
							
						
					
					
						commit
						bb0edbd988
					
				
					 1 changed files with 7 additions and 0 deletions
				
			
		| 
						 | 
					@ -189,11 +189,18 @@
 | 
				
			||||||
// Change the default colors used on some parts of the profile pages
 | 
					// Change the default colors used on some parts of the profile pages
 | 
				
			||||||
.activity-stream-tabs {
 | 
					.activity-stream-tabs {
 | 
				
			||||||
  background: $account-background-color;
 | 
					  background: $account-background-color;
 | 
				
			||||||
 | 
					  border-bottom-color: lighten($ui-base-color, 8%);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.activity-stream {
 | 
					.activity-stream {
 | 
				
			||||||
  .entry {
 | 
					  .entry {
 | 
				
			||||||
    background: $account-background-color;
 | 
					    background: $account-background-color;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    .detailed-status.light,
 | 
				
			||||||
 | 
					    .more.light,
 | 
				
			||||||
 | 
					    .status.light {
 | 
				
			||||||
 | 
					      border-bottom-color: lighten($ui-base-color, 8%);
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  .status.light {
 | 
					  .status.light {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue