Advertisement
Guest User

Untitled

a guest
Jul 16th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before,
  2. table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
  3. top: 9px;
  4. left: 4px;
  5. height: 14px;
  6. width: 14px;
  7. display: block;
  8. position: absolute;
  9. color: white;
  10. border: 2px solid white;
  11. border-radius: 14px;
  12. box-shadow: 0 0 3px #444;
  13. box-sizing: content-box;
  14. text-align: center;
  15. text-indent: 0 !important;
  16. font-family: 'Courier New', Courier, monospace;
  17. line-height: 14px;
  18. content: '+';
  19. background-color: #337ab7
  20. }
  21.  
  22. table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before,
  23. table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before {
  24. content: '-';
  25. background-color: #d33333
  26. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement