Modification d’en tableau
-
1536/5000
modify a table differently from anotherHello
I just created a new table and when I add the additional code of my other table, it changes me well, but I lose the settings made on the other
Below the additional settings on my first table, on my second table I add the same css codes by changing the ID by that of the new table which is [table id = 16 /] is by doing this manipulation it changes me the IDs of the css codes from the other array by removing the wrapper
Why ?How to add css codes to multiple tables at the same time, array that does not have the same ID?
Thank you in advance for your help and your answers
Olivier B.tablepress-id-10 .column-1 {
width: 120px;
height: auto;
}.tablepress-id-10 .column-2 {
width: 100px;
height: auto;
}.tablepress-id-10 .row-hover tr: hover td {
background-color: # ff0000;
}.tablepress-id-12 thead th,
.tablepress-id-12 tbody td {
border: 2px solid # 000000! important;
}.tablepress-id-12 .row-1 td {
background-color: # 808080;
}.tablepress-id-12 .row-13 td {
background-color: # 808080;
}.tablepress-id-12 .row-17 td {
background-color: # 808080;
}.tablepress-id-12 .column-1 {
width: 120px;
height: auto;
}.tablepress-id-12 .column-3 {
width: 40px;
height: auto;
}.tablepress-id-12 .column-2 {
width: 60px;
height: auto;
}.tablepress-id-12 .column-4 {
width: 10px;
height: auto;
}.tablepress-id-12 .column-5 {
width: 90px;
height: auto;
}.tablepress-id-12 .column-6 {
width: 50px;
height: auto;
}.tablepress-id-12 .row-hover tr: hover td {
background-color: # ff0000;
}
- The topic ‘Modification d’en tableau’ is closed to new replies.