1
0
mirror of https://github.com/mbirth/tcl_update_db.git synced 2024-09-20 01:03:26 +01:00
tcl_update_db/assets/style.css

30 lines
320 B
CSS

body {
font-family: sans-serif;
}
table td+td {
border-left: 1px dashed silver;
text-align: center;
}
td {
font-family: monospace;
white-space: nowrap;
}
td.ref {
font-weight: bold;
}
td.empty {
color: silver;
}
tr:hover {
background-color: #ddd;
}
td.fullonly {
color: #88f;
}