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.

30 lines
625 B

  1. .channel-checks-table tr:first-child td {
  2. border-top: 0;
  3. }
  4. .channel-checks-table td:first-child, .channel-checks-table th:first-child {
  5. padding-left: 16px;
  6. }
  7. .channel-checks-table .check-all-cell {
  8. background: #EEE;
  9. }
  10. .channel-checks-table .check-all-cell .cbx-container {
  11. background: #FFF;
  12. }
  13. .channel-checks-table input[type=checkbox]:checked + label:after {
  14. font-family: 'Glyphicons Halflings';
  15. content: "\e013";
  16. }
  17. .channel-checks-table label:after {
  18. padding-left: 4px;
  19. padding-top: 2px;
  20. font-size: 9px;
  21. }
  22. .channel-checks-table .unnamed {
  23. color: #999;
  24. font-style: italic;
  25. }