网站
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.

bidding.css 500 B

4 vuotta sitten
1 vuosi sitten
4 vuotta sitten
1 vuosi sitten
123456789101112131415161718192021222324
  1. .tableList table tr:nth-child(2n){
  2. background: none!important;
  3. }
  4. .tableList input[type='button'] {
  5. background: #cadbf1;
  6. color: #1269d3;
  7. border: none;
  8. padding: 4px 10px;
  9. }
  10. .tableList input[type='button']:hover {
  11. color: #FFFFFF !important;
  12. border-color: var(--color) !important;
  13. background-color: var(--color) !important;
  14. }
  15. .tableList table tr:nth-child(odd){
  16. background: transparent!important;
  17. }
  18. .tableList table tr td{
  19. border-bottom: 1px dashed #d0d0d0;
  20. }