mirror of
				https://github.com/NodeBB/NodeBB.git
				synced 2025-10-27 17:16:14 +01:00 
			
		
		
		
	fix: #7346, panel-header widget colours in ACP
This commit is contained in:
		| @@ -117,20 +117,20 @@ body { | |||||||
| 		.box-header-font; | 		.box-header-font; | ||||||
| 	} | 	} | ||||||
|  |  | ||||||
| 	.panel { | 	.panel:not([data-container-html]) { | ||||||
| 		background-color: #FFF; | 		background-color: #FFF; | ||||||
| 		box-sizing: border-box; | 		box-sizing: border-box; | ||||||
| 		border-radius: 3px; | 		border-radius: 3px; | ||||||
| 		box-shadow: 0px 1px 3px 0px rgba(165, 165, 165, 0.75); | 		box-shadow: 0px 1px 3px 0px rgba(165, 165, 165, 0.75); | ||||||
| 		margin-bottom: 20px; | 		margin-bottom: 20px; | ||||||
|  |  | ||||||
| 		&.panel-default .panel-heading { | 		&.panel-default >.panel-heading { | ||||||
| 			.acp-panel-heading; | 			.acp-panel-heading; | ||||||
| 			background: #fefefe; | 			background: #fefefe; | ||||||
| 			color: #333; | 			color: #333; | ||||||
| 		} | 		} | ||||||
|  |  | ||||||
| 		&.panel-danger .panel-heading { | 		&.panel-danger >.panel-heading { | ||||||
| 			.acp-panel-heading; | 			.acp-panel-heading; | ||||||
| 		} | 		} | ||||||
| 	} | 	} | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user