Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. .THIS #table_container{
  2. background:white;
  3. }
  4. .THIS .changeMe{
  5. background-color:green;
  6. color:white;
  7. }
  8. .THIS [data-letters]:before {
  9. content:attr(data-letters);
  10. display:inline-block;
  11. font-size:1em;
  12. font-weight:bold;
  13. width:2.5em;
  14. height:2.5em;
  15. line-height:2.5em;
  16. text-align:center;
  17. border-radius:50%;
  18. background:plum;
  19. vertical-align:middle;
  20. margin-right:1em;
  21. color:white;
  22. }
  23. .THIS .dataTable.no-footer {
  24. border-bottom: 1px solid rgb(216, 221, 230);;
  25. }
  26. .THIS .dataTables_wrapper{
  27. background:white;
  28. }
  29. .THIS .dataTable thead th {
  30. padding: 10px 18px;
  31. border-bottom: 0px solid #111;
  32. }
  33. .THIS .dataTables_wrapper .dataTables_filter {
  34. float: left;
  35. text-align: left;
  36. width:100%;
  37. padding-top: 0%;
  38. padding-left: 1%;
  39. padding-right: 2%;
  40. }
  41. .THIS .dataTables_wrapper .dataTables_length {
  42. float: left;
  43. padding: 1%;
  44. }
  45. .THIS .dataTables_wrapper .dataTables_info {
  46. clear: both;
  47. float: left;
  48. padding-top: 0.755em;
  49. padding-left: 1%;
  50. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement