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

35 lines
401 B
CSS
Raw Normal View History

2017-12-28 23:46:12 +00:00
:root {
--mdc-theme-primary: #1b5e20;
--mdc-theme-secondary: #f9a825;
}
2017-12-16 19:17:11 +00:00
body {
font-family: sans-serif;
}
2017-12-16 18:42:24 +00:00
table td+td {
2017-12-16 19:17:11 +00:00
border-left: 1px dashed silver;
text-align: center;
2017-12-16 18:42:24 +00:00
}
td {
font-family: monospace;
white-space: nowrap;
2017-12-16 18:42:24 +00:00
}
2017-12-16 19:17:11 +00:00
td.ref {
font-weight: bold;
}
2017-12-16 18:42:24 +00:00
td.empty {
color: silver;
}
2017-12-16 22:06:19 +00:00
tr:hover {
background-color: #ddd;
}
td.fullonly {
color: #88f;
}