网站
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 

25 строки
500 B

  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. }