CSS problems
-
I cant figure this out.. im trying to get the header as the samecolor on all pages as the table on
https://livingdeadbrewery.se/olets-ingredienser/humle/humlesorter/and thats no problem.. but i cant get the text to get white more than when im hover tha header.
and then on table 25 i want to get the header text smaller, and i cant manage that :/
i thought it was something like
.tablepress-id-25 thead td { font-family: Tahoma; font-size: 10px; color: #ff0000; }
and i the hover.. i cant change color and background color on that :/
i copy things from the documentation ( i thought it was the right code, but it dosen′t seems to do what i want hehe)
//magnus
full costum css
.tablepress .odd td { background-color: #f4ddc4; } .tablepress .even td { background-color: #E4C09A; } .tablepress thead th, .tablepress tfoot th, .dataTables_wrapper .sorting:hover { color: #ffffff; background-color: #522306; } .tablepress thead th { color: #ffffff; } .tablepress-id-1 .column-1 { width: 100px; } .tablepress-id-3 .column-1 { width: 250px; } .tablepress-id-4 .column-1 { width: 250px; } .tablepress-id-5 .column-1 { width: 250px; } .tablepress-id-6 .column-1 { width: 250px; } .tablepress-id-7 .column-1 { width: 250px; } .tablepress-id-8 .column-1 { width: 250px; } .tablepress-id-9 .column-1 { width: 250px; } .tablepress-id-10 .column-1 { width: 250px; } .tablepress-id-11 .column-1 { width: 250px; } .tablepress-id-12 .column-1 { width: 250px; } .tablepress-id-13 .column-1 { width: 250px; } .tablepress-id-14 .column-1 { width: 250px; } .tablepress-id-15 .column-1 { width: 250px; } .tablepress-id-16 .column-1 { width: 250px; } .tablepress-id-17 .column-1 { width: 250px; } .tablepress-id-18 .column-1 { width: 250px; } .tablepress-id-19 .column-1 { width: 250px; } .tablepress-id-25 tbody td { font-family: Tahoma; font-size: 10px; color: #000; } .tablepress-id-25 thead td { font-family: Tahoma; font-size: 10px; color: #ff0000; }
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘CSS problems’ is closed to new replies.