mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	add styling for mardown tables
This commit is contained in:
		@@ -233,7 +233,32 @@ div.red-ui-info-table {
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    table {
 | 
			
		||||
        border-collapse: collapse;
 | 
			
		||||
        margin         : 8px 0 8px 0;
 | 
			
		||||
        min-width      : 300px;
 | 
			
		||||
        box-shadow     : 0 0 2px rgb(0 0 0 / 15%);
 | 
			
		||||
        overflow       : hidden;
 | 
			
		||||
        border-radius  : 4px;
 | 
			
		||||
    }
 | 
			
		||||
    table thead tr {
 | 
			
		||||
        background-color: var(--red-ui-primary-text-color); //$primary-text-color;
 | 
			
		||||
        color: var(--red-ui-primary-background); //$primary-background
 | 
			
		||||
        text-align: left;
 | 
			
		||||
    }
 | 
			
		||||
    table th,
 | 
			
		||||
    table td {
 | 
			
		||||
        padding: 6px 8px;
 | 
			
		||||
    }
 | 
			
		||||
    table tbody tr {
 | 
			
		||||
        border-bottom: 1px solid var(--red-ui-tertiary-background); //$tertiary-background
 | 
			
		||||
    }
 | 
			
		||||
    table tbody tr:nth-of-type(even) {
 | 
			
		||||
        background-color: var(--red-ui-primary-background); //$primary-background;
 | 
			
		||||
    }
 | 
			
		||||
    table tbody tr:last-of-type {
 | 
			
		||||
        border-bottom: 2px solid var(--red-ui-primary-text-color); //$primary-text-color;
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
.red-ui-sidebar-info-stack {
 | 
			
		||||
    height: 100%;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user