Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

21 lines
325B

  1. .table-search {
  2. border: 1px solid #568b6f;
  3. }
  4. thead {
  5. border-bottom: 1px solid #568b6f;
  6. }
  7. th {
  8. color: #568b6f;
  9. background-color: #d0dfd7;
  10. padding: 40px 20px 20px 20px;
  11. }
  12. .table-search tbody tr:nth-child(2n+1) {
  13. background-color: #dcdcdc;
  14. }
  15. .table-search tbody td {
  16. padding: 5px 10px 5px 10px;
  17. }