Advertisement
ekioISpro

Untitled

Sep 10th, 2019
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.79 KB | None | 0 0
  1. table.gridtable {
  2.     font-size:9px !important;
  3. }
  4. table.gridtable th {
  5.     border-width: 1px !important;
  6.     padding: 4px !important;
  7.     border-style: solid !important;
  8.     border-color: #4d5666 !important;
  9.     font-family: "Maven Pro", sans-serif !important;
  10.  
  11. }
  12.  
  13. table.gridtable td {
  14. border-width: 1px !important;
  15.     padding: 4px !important;
  16.     border-style: solid !important;
  17.     border-color:  #4d5666 !important;
  18.     font-family: "Maven Pro", sans-serif !important;
  19. }
  20.  
  21. .table-first-row {
  22.     background-color:#2D3D5C!important;
  23.     color:white;
  24. }
  25.  
  26. .woocommerce-page table tr:nth-child(odd) td.table-first-row {
  27.     background-color:#2D3D5C !important;
  28. }
  29.  
  30. .woocommerce table tr td.table-first-row {
  31.     color:white !important;
  32.     font-weight:bold;
  33. }
  34.  
  35. .woocommerce table tr td {
  36.     color: #2D3D5C !important;
  37. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement