webtools/target/2lcc/style.css
2025-09-26 08:39:14 +10:00

15 lines
233 B
CSS

table#country-list {
table-layout: fixed;
}
table#country-list th.code-column {
width: 6em;
}
table#country-list tr.hidden {
display: none;
}
table#country-list tr.exact td {
background-color: rgb(237, 201, 241);
}