You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

31 lines
625 B

.channel-checks-table tr:first-child td {
border-top: 0;
}
.channel-checks-table td:first-child, .channel-checks-table th:first-child {
padding-left: 16px;
}
.channel-checks-table .check-all-cell {
background: #EEE;
}
.channel-checks-table .check-all-cell .cbx-container {
background: #FFF;
}
.channel-checks-table input[type=checkbox]:checked + label:after {
font-family: 'Glyphicons Halflings';
content: "\e013";
}
.channel-checks-table label:after {
padding-left: 4px;
padding-top: 2px;
font-size: 9px;
}
.channel-checks-table .unnamed {
color: #999;
font-style: italic;
}