Advertisement
fauzanjeg

Custom Change Dark Mode || Cryptocurrency Widgets

Mar 25th, 2021
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.11 KB | None | 0 0
  1. /* Custom Change Dark Mode || Cryptocurrency Widgets */
  2.  
  3. .jnews-dark-mode div[id*="ccpw-datatable"].dataTables_wrapper div.dataTables_paginate a.paginate_button {
  4.     color: #ddd !important;
  5. }
  6.  
  7. .jnews-dark-mode #ccpw-coinslist_wrapper .table-striped>tbody>tr:nth-of-type(odd) td:nth-of-type(1),
  8. .jnews-dark-mode #ccpw-coinslist_wrapper .table-striped>tbody>tr:nth-of-type(odd) td:nth-of-type(2),
  9. .jnews-dark-mode #ccpw-historical_tbl_wrapper .table-striped>tbody>tr:nth-of-type(odd) td:nth-of-type(1),
  10. .jnews-dark-mode #ccpw-coinslist_wrapper .table-striped>tbody>tr:nth-of-type(even) td:nth-of-type(1),
  11. .jnews-dark-mode #ccpw-coinslist_wrapper .table-striped>tbody>tr:nth-of-type(even) td:nth-of-type(2),
  12. .jnews-dark-mode #ccpw-historical_tbl_wrapper .table-striped>tbody>tr:nth-of-type(even) td:nth-of-type(1),
  13. .jnews-dark-mode div[id*="ccpw-datatable"].dataTables_wrapper table.table-bordered.dataTable th,
  14. .jnews-dark-mode div[id*="ccpw-datatable"].dataTables_wrapper tr:nth-of-type(odd),
  15. .jnews-dark-mode div[id*="ccpw-datatable"].dataTables_wrapper tr:nth-of-type(even) {
  16.     background-color:black !important;
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement