bonjours a tous
j'utilise box-shadow: pour donner une ombre à mes tableaux et je trouve que le cadre des tableaux fait trop sombre, donc pour les enlever j'ai fait
(je vous met tout car il doit exister quelque chose de plus simple que je n'ai pas trouver )
le problème est border-bottom:none; qui ne fonctionne pas, je pense avoir tout essayé si quelqu'un pouvais m'aider je lui ferait un gros bisou
j'utilise box-shadow: pour donner une ombre à mes tableaux et je trouve que le cadre des tableaux fait trop sombre, donc pour les enlever j'ai fait
(je vous met tout car il doit exister quelque chose de plus simple que je n'ai pas trouver )
.container3,
.container4,
.container5,
.container6,
.container7,
.container2_table td,
.container3_table1 td,
.container3_table2 td,
.container3_table3 td,
.container4_table2 td,
.container5_table td,
.container6_table td,
.container7_table1 td,
.container7_table3 td
{
border: 1px solid rgb(0, 0, 0); /*- Black -*/
}
.container2_table tr:first-child td,
.container3_table1 tr:first-child td,
.container3_table2 tr:first-child td,
.container3_table3 tr:first-child td,
.container4_table2 tr:first-child td,
.container5_table tr:first-child td,
.container6_table tr:first-child td,
.container7,
.container7_box,
.container7_table1 tr:first-child td,
.container7_table2,
.container7_table3 tr:first-child td
{
border-top:none;
}
.container2_table td:first-child,
.container3_table1 td:first-child,
.container3_table2 td:first-child,
.container3_table3 td:first-child,
.container4_table2 td:first-child,
.container5_table td:first-child,
.container6_table td:first-child,
.container7_table1 td:first-child,
.container7_table2 td:first-child
{
border-left:none;
}
.container2_table td:last-child,
.container3_table1 td:last-child,
.container3_table2 td:last-child,
.container3_table3 td:last-child,
.container4_table2 td:last-child,
.container5_table td:last-child,
.container6_table td:last-child,
.container7_table1 td:last-child,
.container7_table2 td:last-child
{
border-right:none;
}
.container2_table tr:nth-last-child,
.container3_table1 tr:nth-last-child,
.container3_table2 tr:nth-last-child,
.container3_table3 tr:nth-last-child,
.container4_table2 tr:nth-last-child,
.container5_table tr:nth-last-child,
.container6_table,
.container7,
.container7_box,
.container7_table1,
.container7_table2,
.container7_table3 tr:nth-last-child
{
border-bottom:none;
}
le problème est border-bottom:none; qui ne fonctionne pas, je pense avoir tout essayé si quelqu'un pouvais m'aider je lui ferait un gros bisou